473,405 Members | 2,334 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

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

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
Nov 19 '05 #1
3 1315
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


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"svd" <sv*@junk.com> wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl...
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

Nov 19 '05 #2
seearch: browser bar site:msdn.microsoft.com

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"svd" <sv*@junk.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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

Nov 19 '05 #3
"svd" <sv*@junk.com> schrieb:
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>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: PK | last post by:
Hello, I am looking for help on the following. I'm trying to create a custom browser toolbar button that will do a few things. One that I'm trying to do at the moment is just simply return the...
1
by: Ashvin Navare | last post by:
Hi, We want to disable BACK & FORWARD button of the browser so that user is forced to navigate through the menu options provided in the site. The browser used is Internet Explorer only. Please...
0
by: jbbs | last post by:
I have a question regarding on the button and label. i don't know why when the mouse cursor points on the button, i see the button is flirking. is there anyway to make it not behave like that?...
1
by: Sharon | last post by:
Hi all I want to add my own button to windows explorer toolbar I found a very easy way to add a button to IE bar http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/ie_buttons.html
4
by: Asim Tozlu | last post by:
Hi NG, i want use this example: this.toolBar.Buttons.Visible = true; But this example not work. I can use only this one: this.toolBar.Buttons.Visible = true;
1
by: Sujoan | last post by:
Hi, I would like to add a button with drop down menu to standard toolbar in internet explorer(like the mail button). Is it possible to do that using C#? Please somebody give some information on...
2
by: aken | last post by:
Hi I am very new to programming in total and have made VB.net my first language to learn. I can make a few very simple programs that I was taught in the book Microsoft Visual Basic.net Step by...
3
by: Kannan | last post by:
Hi, I am trying to created Outloook Add-in Com in outlook using C#. I have seen this URL for developing this sample http://support.microsoft.com/?kbid=302901 When I executed this program it...
3
by: Shafiq | last post by:
Hi, I am trying to insert a new toolbar button to the windows explorer menu. I an able to locate the correct ToolbarWindow32, and inserted a button using the code snippet shown below. However...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.