integrating Dialog in an SDI
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
hi, how can i make controls inside a frame ( not a dialog) , i want to build an application with menu and forms inside the main window ? can anyone help plz? thanks
-
hi, how can i make controls inside a frame ( not a dialog) , i want to build an application with menu and forms inside the main window ? can anyone help plz? thanks
use the CFormView class instead of the default CView class when creating you project.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
use the CFormView class instead of the default CView class when creating you project.
Maximilien Lincourt Your Head A Splode - Strong Bad
thanks a lot