Skip to content
forked from Tobbe/CppIEEmbed

Host a IWebBrowser2 control in a c++ program using only win32 (no mfc, wtl, atl etc)

Notifications You must be signed in to change notification settings

spudgy/CppIEEmbed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppIEEmbed

Host a IWebBrowser2 control in a c++ program using only win32 (no mfc, wtl, atl etc)

Modified to draw content to screen.

Currently it loads html from bin/canvas.html Displays HTML content on screen, only drawback is that 'position:absolute' doesn't work with compatible Edge mode. You need to specity <meta http-equiv="X-UA-Compatible" content="IE=edge"> otherwise transparency won't work.

Result:

About

Host a IWebBrowser2 control in a c++ program using only win32 (no mfc, wtl, atl etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • HTML 3.2%