how to use a html file in a mfc application?
-
i want to create a mfc application which will display a html page in the dialog, and it contains a button in the html page,when i click it, it will show a messagebox with the massage "hello world!". how to implement it? who knows? please help me, thank you very much!
-
i want to create a mfc application which will display a html page in the dialog, and it contains a button in the html page,when i click it, it will show a messagebox with the massage "hello world!". how to implement it? who knows? please help me, thank you very much!
Off the top of my head, I'd look at
CDHtmlDialog
."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
i want to create a mfc application which will display a html page in the dialog, and it contains a button in the html page,when i click it, it will show a messagebox with the massage "hello world!". how to implement it? who knows? please help me, thank you very much!
For a Dialog Based Application, you can use the WebBrowser Control ActiveX. http://msdn.microsoft.com/en-us/library/aa752046(VS.85).aspx[^] BIJU