Creating an exe file for toolbar button addition to IE.

  • Thread starter Thread starter Sujoan
  • Start date Start date
S

Sujoan

Hai,

I want to add a button to the toolbar in IE. I did this manually by
following the MSDN tutorial on this. But i want to create an executable
file by which a button is added to the toolbar automatically and is
loaded everytime IE is opened. Please somebody tell me how to do this
or help me out with some material.

Regards,
Sujoan.
 
Hi Sujoan,

Add you button under the HKLM\Software\Microsoft\Internet
Explorer\Extensions key i/o the HKCU. This will ensure that it will the
button will be available for all uses on the puter. Each user will have to
customize their buttons toolbar layout to have the button displayed
(although you can do this with a setup program it is realy too complicated
to explain here).

To write your own buttons manager have a look at
http://www.iecustomizer.com/IEButtonsDownload.htm
 
Hi Rob Parsons,
Thanks for ur early response.But will you please elaborate me the
button addition to HKCU and the puter you have said? Sorry sir if this
is going to be a very silly question.I am new to this area..Pls reply
sir..

With Regards,
Sujoan.
 
Back
Top