CWindow::ShowWindow
Define apresentação de estado da janela de.
BOOL ShowWindow(
int nCmdShow
) throw();
Comentários
See ShowWindow in the Windows SDK.
Exemplo
//The following example attaches an HWND to the CWindow object and
//calls CWindow::ShowWindow() to show the window in its maximized state
CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.ShowWindow(SW_SHOWMAXIMIZED);
Requisitos
Cabeçalho: atlwin.h