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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top