use of CFrameWnd
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
i want to show a CFrameWnd window responding to a buttonclicked event in a dialog based application .the application has no doc template. and i have some problem to realize that. the following are my codes: CMainFrame myframe; myframe.LoadFrame(.....); myframe.CreateView(....); myFrame.ShowWindow(...); if you have any experience on that,pls tell whether i can do like that. perhaps i have made some ridiculous mistake... gucy