c++ - How to get Internet Explorer in a wxWidgets application? -


currently using wxhtml display remote web page in c++ windows wxwidgets based application.

however, need more advanced features rudimentary css styling , javascript. easiest way, guess, embed internet explorer. keeping .exe size of application small key, don't think wxwebconnect fit.

how can this? found references using activex embed ie in wxwidget application, i'm unable find examples or documentation, or anything.

update: reason why using wxwidgets historical. cross-plattform issues no concern, should run in windows.

i've done precisely this. it's straightforward. essentially, host mshtml activex control. internet explorer takes control, , adds buttons, history, new window functionality, tabs, etcetera. however, rendering, dom, , javascript parts handled mshtml component.

the wxactivex component take care of practical bits of activex hosting. wxie apparently derived class combines wxactivex widget mshtml control, , adds bit of polish. ymmv.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -