CDHtmlDialog: Changing HTML File Dynamically
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello there, I am using CDHtmlDialog in my MFC application to create a UI with HTML, CSS & JavaScript. In my project there's one dialog created from CDHtmlDialog and a corresponding HTML file for that dialog. Now during run time i want to change the contents of the HTML file. Not just the HTML part, i want to change the CSS & JavaScript too. So basically what am trying to do is, change the entire content of the default HTML file. Is this possible? If yes, how can i do that? Thanks in advance!