CWindow::ShowWindow

This method sets the window's show state.

Syntax

BOOL ShowWindow( int nCmdShow );

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

In Windows CE, ShowWindow only supports the following values for the nCmdShow parameter:

SW_HIDE

SW_SHOWNA

SW_SHOWNORMAL

See Also

CWindow Overview, CWindow Methods