Archive

Posts Tagged ‘c++ builder’

Making a simple html editor in C++ Builder

June 6th, 2010 2 comments

Back in time, I had to make a simple html editor. It was very easy, by using a simple TCppWebBrowser (wb) and the IHTMLDocument2 interface. You will also need a TMemo (memo1) control. Here is the source code, hope it helps someone :)
Read more…