Click here to Skip to main content
15,916,379 members
Articles / Programming Languages / C++

Writing HTML Content to a Webpage's DOM with a C++ BHO

Rate me:
Please Sign up or sign in to vote.
4.78/5 (9 votes)
18 Jul 2014CPOL3 min read 36.2K   1.3K   18  
How to write your own HTML content into any webpage through BHOs in C++
The entire process of creating an Addon in Internet Explorer is explained in this article. The Addon will place an ad in every page opened by the browser. The ad will be made in HTML/CSS and will be written to the page's DOM when the page is loaded. Coding is done in C++ is to remove the .NET dependency. The final goal of this sample is to write a with absolute position with a background image and another acting as a close button.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Software Developer
United States United States
Born on 86, had my first computer at the age of 8, wrote my first code at the age of 15(pascal), began to study software engineering at 2005 and graduated in 2010. I have a dev blog www.vasilydev.blogspot.com. My real passion is 3D game programming and playing guitar. I've programmed stuff in C#, python, Delphi, PHP, C++, JS, QT and others...

Comments and Discussions