• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Creating a browser window within my directx app in MSVC2005 C++

Ryland

Platinum Member
The application I am working on is directx based but I need someway to display HTML files. I figured the simplest solution was to use IWebBrowser2 but that keeps trying to launch a separate IE window. What I think I need is someway to pass my HWND to be used for the browser. Does anybody know how to do this?
 
Back
Top