hello all,
how shall i add a button to IE toolbar using MFC.
Printable View
hello all,
how shall i add a button to IE toolbar using MFC.
Hey
I think you want to develop a IE toolbar. For this you plz refer codeproject.com
chk this
http://www.codeproject.com/wtl/toolb...r%7Ctool%7Cbar
hello,
i had tried that too. but i want it in MFC but not in ATL/WTL. Is there any api to do so.
I think there is no way to do it in "MFC". You want to change another applications windows and that is not possible. You can only use methods that are allowed and exported from the other app and thats ATL/WTL.
Thanks a lot for ur help.