[python-win32] Re: IE toolbar button in Python

Roger Upole rwupole at msn.com
Wed Mar 1 09:05:14 CET 2006


Amit Upadhyay wrote:
> Hi,
> 
> I am trying to add a button to the toolbar in IE, and have been following
> http://msdn.microsoft.com/workshop/browser/ext/tutorials/button.asp, I am
> new to python, can anyone tell me how would I go about creating the COM
> object that implements
> IOleCommandTarget<http://msdn.microsoft.com/library/en-us/com/html/5c8b455e-7740-4f71-aef6-27390a11a1a3.asp>?
> A newbie with this kind of programming.
> 
> Thanks,
> 

There's an IE toolbar button demo in CVS:
http://cvs.sourceforge.net/viewcvs.py/pywin32/pywin32/com/win32com/demos/iebutton.py?rev=1.1&view=log

     Roger



More information about the Python-win32 mailing list