Visual C++ 10.0Visual C++ 9.0Visual C++ 8.0Visual C++ 7.0Windows 7Windows 2000Visual C++ 6.0Windows XPWindowsC++
CenterWindow in WIN32





5.00/5 (2 votes)
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();
}