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

	Purpose
See what URL Internet Explorer is displaying

	Method
Use the EnumWindows and GetWindowText API functions to look for a window
with title ending in " - Microsoft Internet Explorer". Then search the
window and its children for an Edit object. Finally, use the
WM_GETTEXTLENGTH message to see what value the object holds.

	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.
