[Solved] How do I use HTML and CSS in an EXE [closed]


If you are using Visual Studio, you (in essesnce) embed the Internet Explorer viewer into your application. I have done it before and it is pretty easy. To do that, just create an MFC application then use the MFC WebBrowser Control

Here is an article on how to do that.
https://msdn.microsoft.com/en-us/library/aa752046(v=vs.85).aspx

6

solved How do I use HTML and CSS in an EXE [closed]