Resize MainFrame to fit Child Frame
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hey Friends In a MDI application with CFormView derived view, i have a small Resource Template, so i need to resize main application to fit the size of the Child Frame. Any idea how to do that ? or i have to resize the CMainFrame by calculating toolbar height / width + status bar height / width etc? Regards