Is there any API available for this.....
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hello all, Is there any Win32 API avaliable to add a new button to IE toolbar. And i had previously checked the Codeprojects' WTL Toolbands and deskbands. if there is any api plz say. it will be greatfull. Thank u. ComputerNewton
-
hello all, Is there any Win32 API avaliable to add a new button to IE toolbar. And i had previously checked the Codeprojects' WTL Toolbands and deskbands. if there is any api plz say. it will be greatfull. Thank u. ComputerNewton
I believe what you are looking for is a BHO, Browser Helper Object. This is implemented using COM. So, no, no direct Win32 API. -- Joel Lucsy