How do I make a Web Browser toolbar in C++.
in dev-C++ for I.E with no addon libraries?
How do I make a Web Browser toolbar in C++. in dev-C++ for I.E
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you use Dev C++ I am assuming you want to make IE Addons?
If thats the case, this should get you started:
Creating Add-ons for Internet Explorer: Toolbars on msdn.microsoft.com
And you should also take a loot at the Guidelines for add-on developers over at IE Blog.