views:

48

answers:

4

Hi,

I wanna show web page in my program. I using Dev-C++ and I'm new. How I can do this?

Best regards

A: 

Write your own HTML parser and layout engine with a fully OpenGL-compatible rendering pipeline. :-)

amphetamachine
I want make it simple, so I think I will use IE or something, but thanks for your offert ;]
asd
+1  A: 

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.

jcubic
+1  A: 

Qt library provides an integrated Web browser component based on WebKit. Here you can find good tutorial for beginners.

ldanko
A: 

Internet Explorer Trident Window (aka WebBrowser Control).

http://msdn.microsoft.com/en-us/library/aa752040%28v=VS.85%29.aspx

selbie