Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resizes the window to the specified client area size.
BOOL ResizeClient(
int nWidth,
int nHeight,
BOOL bRedraw = FALSE
) throw();
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.
Requirements
Header: atlwin.h