Click to See Complete Forum and Search --> : Need to find the current URL of Internet Explorer


Dj-Romaz
July 24th, 1999, 06:22 PM
Hi
i need to find the current address in the internet explorer and to show it in vb
pleaz help me
romaz@inter.net.il

Ravi Kiran
July 26th, 1999, 01:34 AM
If by address you mean URL, then
LocationURL property of the WebBrowser object gives the currently displayed URL.
If it is a file, it will return the complete Path

If it is IP adress, then IDNK