What is the best way to embed html's and Images and JavaScript's into browser control
I will be using Win32++ to create my GUI in windows xp/vista/7
Its going to be simple browser that need to embed static web site , my question is: How can I embed the static web site in to single exe that contains the browser contro开发者_如何学Cl.The easiest way is to host MSHTML, the core component of Internet Explorer.
You'll have to include your static webpage as an EXE resource, and use the res:// protocol to name your website parts.
精彩评论