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

	Purpose
Get information about the window under the mouse

	Method
Use the GetCursorPos and WindowFromPoint API functions to see where the
mouse is. Then use other API functions to get the window's information.

Thanks to Bob Askey (askeyb@nwlink.com).

	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 no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
