CWnd::ShowWindow

This method creates an overlapped, pop-up, or child window with the extended style specified in the dwExStyle parameter.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL ShowWindow ( int nCmdShow );

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::OnShowWindow