CHtmlView for FireFox and other browsers
-
Hello! I am woring on an MFC app that previews a html page... it works with CHtmlView which uses Internet Explorer. Is there a way I could preview using FireFox or any installed browsers? Some sort of ActiveX control... I would like to stay within the app... and trap events (like form submission and ajax) Any pointers welcome! Jerry
-
Hello! I am woring on an MFC app that previews a html page... it works with CHtmlView which uses Internet Explorer. Is there a way I could preview using FireFox or any installed browsers? Some sort of ActiveX control... I would like to stay within the app... and trap events (like form submission and ajax) Any pointers welcome! Jerry
-
-
-
I found this as well https://developer.mozilla.org/en/Gecko_Embedding_Basics[^] If anyone has experience on this - I am interested!