Displaying an html page in a window Derived from CWnd
-
Hi all, I have Derived a class CMyWnd from CWnd . Now I need to display a web page in CMyWnd . How it possible?? . I dont want to use CHtmlView. Thanks George
-
Hi all, I have Derived a class CMyWnd from CWnd . Now I need to display a web page in CMyWnd . How it possible?? . I dont want to use CHtmlView. Thanks George
You can host the Internet Explorer control to render your HTML, or use any of the lite HTML controls available (some available from this site, try searching for
HTML Control
). Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Hi all, I have Derived a class CMyWnd from CWnd . Now I need to display a web page in CMyWnd . How it possible?? . I dont want to use CHtmlView. Thanks George
See
CDHtmlDialog
of course it creates a dialogbox if you want to use see an example of it on MSDN with name "MFC Sample DHtmlExplore "
WhiteSky
-
Hi all, I have Derived a class CMyWnd from CWnd . Now I need to display a web page in CMyWnd . How it possible?? . I dont want to use CHtmlView. Thanks George