Help with CSplitterWnd->CreateView method,trying to load a CDialog derived class
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Help with CSplitterWnd->CreateView method,trying to load a CDialog derived class When I sply a window in two, I use on the left frame a class derived from CImageView,and on the right frame a class derived from CFormView. No problem here. But if I change the right frame class to another one derived from CDialog,is not working.How can I solve this?