65.9K
CodeProject is changing. Read more.
Home

CenterWindow in WIN32

starIconstarIconstarIconstarIconstarIcon

5.00/5 (2 votes)

Oct 4, 2011

CPOL
viewsIcon

8451

There is ATL CWindow method CenterWindow:void CenterWnd(HWND hWnd){ CWindow wnd; wnd.Attach(hWnd); wnd.CenterWindow(NULL); wnd.Detach();}

There is ATL CWindow method CenterWindow:
void CenterWnd(HWND hWnd)
{
    CWindow wnd;
    wnd.Attach(hWnd);
    wnd.CenterWindow(NULL);
    wnd.Detach();
}