Derived CFrameWnd and attaching a View with it.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Everybody, Whenever i create an object of Derived CFrameWnd class, it doesn't have any view attached to it. Can I associate a CHtmlView class with Derived CFrameWnd class by calling SetActiveView ? Is there any other way to attach the CHtmlView with the Derived CFrameWnd class, so that i should be able to display the dynamically prepared HTML in that Derived CFrameWnd object. Regards Dinesh