http://www.vb-helper.com/HowTo/xxxxxxxxxxxxxx.zip

	Purpose
Kill another application given its name.

	Method
Use the EnumWindows API function to examine each running window. Use
GetWindowText to determine each window's title. When it finds the target
window, the programn uses SendMessage to make the target close itself.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does not error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
