Click to See Complete Forum and Search --> : How to read url address


Helan
June 19th, 2006, 01:08 AM
From vb.net application, is it possible to read url address of Internet explorer window?

Shuja Ali
June 19th, 2006, 06:35 AM
Yes it is.
You will use FindWindow API to find the handle of the Window and then use GetWindow text to get the Text of the address box of the Internet Explorer.