Hey there,


I have a MFC app that uses CDHtmlDialog class. It supports most of the HTML tags, but not the CANVAS tag. If am right, IE 9+ only have support for Canvas tag.


Which version of IE is used in CDHtmlDialog class?

Is there a way of using Canvas tag in CDHtmlDialog class?

If not the CDHtmlDialog class, is there any other web browser control in MFC that supports Canvas tag?


The reason why i am using CDHtmlDialog class, is to create a rich GUI using HTML/CSS/JavaScript that will be updated dynamically from the back end C++ code.


Thanks in advance.