From vb.net application, is it possible to read url address of Internet explorer window?
Printable View
From vb.net application, is it possible to read url address of Internet explorer window?
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.