65.9K
Home

CenterWindow in WIN32

starIconstarIconstarIconstarIconstarIcon

5.00/5 (2 votes)

Oct 4, 2011

CPOL
viewsIcon

8681

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