MoveWindow(rect, bRepaint)
Move a window to a new location.
Parameters
rect : (left, top, right, bottom)
The new location of the window, relative to the parent.bRepaint=1 : int
Indicates if the window should be repainted after the move.
MFC References
CWnd::MoveWindow