Internet Explorer Automation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to get the URL that the user typed in the address bar, I tryed with mshtml and with shdocvw, but I did not found anything that could help me..

If someones has any ideas it could be very helpful

Thanks in advance
 
dim explorer as shdocvw.internetexplore
dim idoc as mhstml.htmldocumen

idoc=explorer.document (optionnaly with directcast
msgbox(idoc.url)
 
Back
Top