Reputation: 83
I wanna show web page in my program. I using Dev-C++ and I'm new. How I can do this?
Best regards
Upvotes: 1
Views: 205
Reputation: 104514
Internet Explorer Trident Window (aka WebBrowser Control).
http://msdn.microsoft.com/en-us/library/aa752040%28v=VS.85%29.aspx
Upvotes: 0
Reputation: 577
Qt library provides an integrated Web browser component based on WebKit. Here you can find good tutorial for beginners.
Upvotes: 1
Reputation: 66488
You can use wxWebConnect component, it's a Web Browser Control library for wxWidgets that enables developers to quickly integrate advanced Web browser capabilities into their own applications.
Upvotes: 1
Reputation: 30595
Write your own HTML parser and layout engine with a fully OpenGL-compatible rendering pipeline. :-)
Upvotes: 0