Add button to Internet Explorer toolbar during run time
Posted
by karikari
on Stack Overflow
See other posts from Stack Overflow
or by karikari
Published on 2010-05-11T01:17:41Z
Indexed on
2010/05/11
1:24 UTC
Read the original article
Hit count: 352
visual-c++
|internet
I am currently create a simple additional button to my Internet Explorer 7, toolbar. The button works. I am using Visual C++.
But now, I would like to create a to create a button during my Internet Explorer is running. Means, on certain condition, my program (a dll registered with regsvr32) will add a button to the toolbar. and after certain condition, the button also can be disappeared.
How can I achieve this?
© Stack Overflow or respective owner