In Visual C++, how would you call an HTML inside a C++ application?

  • Thread starter Thread starter clueless
  • Start date Start date
C

clueless

Guest
Am trying to call an HTML inside a C++ application, but I don't know where to start? I've tried searching through the IWebBrowserApp but it could not invoke the IE. Any ideas? Thanks.
 
There are several options.
The easiest is to derive your view class from CHtmlView.
 
Back
Top