asd
asd

Reputation: 83

How to show web page

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

Answers (4)

selbie
selbie

Reputation: 104514

Internet Explorer Trident Window (aka WebBrowser Control).

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

Upvotes: 0

ldanko
ldanko

Reputation: 577

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

Upvotes: 1

jcubic
jcubic

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

amphetamachine
amphetamachine

Reputation: 30595

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

Upvotes: 0

Related Questions