How to change size of window.
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I can't figure out how to change the size of my mainframe in my project. I'm using CFormview. When I execute the program, the default size of the window is too large.
-
I can't figure out how to change the size of my mainframe in my project. I'm using CFormview. When I execute the program, the default size of the window is too large.
You would adjust the placement/size in the CFrameWnd::PreCreateWindow() method.