Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

CDHtmlDialog: Changing HTML File Dynamically

$
0
0
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!

Viewing all articles
Browse latest Browse all 3021

Trending Articles