This method sets the window's show state.
BOOL ShowWindow( int nCmdShow );
Header file: | Atlwin.h |
Platforms: | |
Versions: | Version 2.0 and later |
Complete documentation: | Visual C++ documentation |
In Windows CE, ShowWindow only supports the following values for the nCmdShow parameter:
SW_HIDE
SW_SHOWNA
SW_SHOWNORMAL
CWindow Overview, CWindow Methods