Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to write an extension for IE that works with favorites/bookmarks. Need to implement a custom "Add to favorites" window. This needs to be done in C++. What techniques should I use (MFC/ATL) and what exactly should it be called (Browser Helper Objects, Browser Extension, etc..) since I need a custom visible GUI. I am new to IE and any tutorial/example would be highly appreciated.
Posted

 
Share this answer
 
How could you use MFC here?

ATL would be the ideal choice, and the link Rejeesh has given you should get you started on it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900