Quote Originally Posted by hoxsiew
Are you talking about the frame window (CMainFrame)? Handle the WM_SYSCOMMAND message (OnSysCommand() in the main frame window) and intercept the SC_MAXIMIZE command.
Thank you that was extremely helpful