How to load html+js into mshtml/webbrowser control and deploy as single exe?
I'm new to c++ windows programming, I know and saw applications (ebook exe kind of apps) that takes html+js+css and such and converting it开发者_开发知识库 to single self contained exe.
My question is how they do that in c++?
精彩评论