I would like to migrate my app to using MHTML for the GUI since it would be much easier to experiment with layouts without rewriting the C++ every time.
Is there a tutorial? What I found is unfortunately not what I need, which is:
- Feed it HTML from memory
- Receive events such as onclick, etc., back in my C++ code
- Manipulate it through the DOM, e.g., set the innerHtml of a particular element
Many thanks in advance.