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

	Purpose
Grab text and other window information from another application.

	Method
Use FindWindow to find the other application. Use GetWindow to search its
hierarchy of child windows. Use GetClassName to get the windows' class names.
Use SendMessage to retrieve text.

	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.
