Jul 10, 2003 #1 jkscript Programmer Joined Jun 20, 2002 Messages 9 Location GB I am creating an SDI MFC application. In the CWinApp-> InitInstance() I use m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED); This however, obscures the status bar. The window needs to be resized to fit ontop of the start menu it seems.
I am creating an SDI MFC application. In the CWinApp-> InitInstance() I use m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED); This however, obscures the status bar. The window needs to be resized to fit ontop of the start menu it seems.