BOOL MoveWindow( int x, int y, int nWidth, int nHeight, BOOL bRepaint = TRUE );
BOOL MoveWindow( LPCRECT lpRect, BOOL bRepaint = TRUE );
See MoveWindow in the Win32 SDK.
Remarks
Changes the window's size and position. The second version of this method uses a RECT structure to determine the window's new position, width, and height.
CWindow Overview | Class Members
See Also CWindow::SetWindowPos