Capturing URL in address bar

Hi,

I am doing a plugin for Internet Explorer. However this plugin requires the current URL that the user had typed in. My question is, is there anyway that using C# i can capture the current URL that the user had typed

this plugin is also developed in C#

Regards



Answer this question

Capturing URL in address bar

  • samoc

    I have exactly the same problem..

    I did find that page... however I cannot get it to work.

    Can't you make a sample I would really appreciate it!!

    I have been working on this issue for a while now:(

    regards,

    Qawi



  • Horst Klein

    For example take a look at the code here:

    http://www.codeproject.com/csharp/dotnetbandobjects.asp

    In the project BandObjectLib and class BandObject there is a field called Explorer. Through this field you can access the LocationURL.



  • Capturing URL in address bar