I am working with a legacy MFC (VC 6) application that needs to be modified to be centered vertically and horizontally on the screen at startup. I have tried using the call to CenterWindow in the main frame OnCreate call, but that doesn’t appear to do anything. Any help would be greatly appreciated.
Share
m_pMainWnd->CenterWindow() on InitInstance()?