How do I resize my SDI window (i want to do it in my OnNewDocument in the document class)?
Is it something like this?
thanks.Code:CMainFrame *pMF = (CMainFrame*)AfxGetMainWnd(); pMF->SetWindowPos(NULL, 0,0,50,50, SWP_NOMOVE);
|
Results 1 to 8 of 8
Thread: Resize MFC SDI Window?Threaded View
|
Click Here to Expand Forum to Full Width |