Webbrowser component C++
Posted
by
pwnu91
on Stack Overflow
See other posts from Stack Overflow
or by pwnu91
Published on 2011-01-15T17:26:27Z
Indexed on
2011/01/16
9:53 UTC
Read the original article
Hit count: 187
c++
|webbrowser
Hey stackoverflow :) I wanna use webbrowser control in c++(im using dev cpp). Ages ago when i was using VB6 i just added webbrowser control (C:\Windows\System32\shdocvw.dll) to my form and it worked but im lost in C++...
should i load it dynamically with LoadLibrary and then somehow put it on my dialog window or how? I also wanna use all features like navigate to page, edit html elements, submit a form, read page source, ...
Someome got some snippet?
Cheers
© Stack Overflow or respective owner