[Win 32] WebBrowser Control

Started by
2 comments, last by GameDev.net 17 years, 5 months ago
Hello, I want to create a WebBrowser control in my Win32 project. But I don't have any idea where to begin. WebBrowser is an ActiveX control of Internet Explorer and I have never worked with ActiveX controls before. Can you give me an idea how to place it on my main window? CreateWindowEx()?
Advertisement
At least can you explain any way of adding AxtiveX controls in my Win32 project by DevCPP?
You could check out uBrowser. Might offer some ideas.
take a look here: http://www.codeproject.com/com/cwebpage.asp
plain c, no activex needed

This topic is closed to new replies.

Advertisement