CWnd::ShowWindow

Call this member function to create an overlapped, pop-up, or child window with the extended style specified in the dwExStyle parameter.

Syntax

BOOL ShowWindow ( int nCmdShow );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Windows CE does not support the SW_MAXIMIZE, SW_MINIMIZE, SW_RESTORE, SW_SHOWDEFAULT, SW_SHOWMAXIMIZED, SW_SHOWMINIMIZED, or SW_SHOWMINNOACTIVE values for the nCmdShow parameter.

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::OnShowWindow