roychoo

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



Re: Internet Explorer Extension Development Capturing URL in address bar

Gabriel Lozano-Moran

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.






Re: Internet Explorer Extension Development Capturing URL in address bar

Qawi

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