BOOL ResizeClient( int nWidth, int nHeight, BOOL bRedraw = FALSE );
Parameters
nWidth
New width of the window in pixels.
nHeight
New height of the window in pixels.
bRedraw
A flag indicating whether to redraw changes. Default is FALSE, indicating the window does not redraw changes.
Remarks
Resizes the window to the specified client area size.
CWindow Overview | Class Members
See Also CWindow::SetWindowPos, ::SetWindowPos