HOW TO: Add a button to IE Explorer toolbar???

S

svd

I would like to:

1) Add a button to the IE toolbar
2) When presses, it get's the current URL
3) If my application is not running, starts it
4) Finds my application is the list of running processes
5) Passes the URL to my running application.

Any examples to get me started would be much appreciated. Thanks,

Steve
 
J

Juan T. Llibre

You have posted your question to just about every dotnet newsgroup.
The problem is that IE doesn't use the dotnet framework.

IE can reead the HTML which ASP.NET sends it,
but doesn't use the .Net Framework otherwise.

Try posting yourquestion to :

microsoft.public.windows.inetexplorer.ie6.browser
or
microsoft.public.windows.inetexplorer.ie6.ieak
 
H

Herfried K. Wagner [MVP]

svd said:
1) Add a button to the IE toolbar
2) When presses, it get's the current URL
3) If my application is not running, starts it
4) Finds my application is the list of running processes
5) Passes the URL to my running application.

Shell Extensions with .NET
<URL:http://mvps.org/emorcillo/en/code/shell/shellextensions.shtml>

<URL:http://www.codeproject.com/shell/#IE+Programming>
-> "The Complete Idiot's Guid to Writing Shell Extensions"

Writing Shell Extensions with C#
<URL:http://www.theserverside.net/articles/showarticle.tss?id=ShellExtensions>
 

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

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top