CWindow::ShowWindow
Définit l'état du afficher de la fenêtre.
BOOL ShowWindow(
int nCmdShow
) throw();
Notes
Consultez ShowWindow dans Kit de développement logiciel Windows.
Exemple
//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);
Configuration requise
Header: atlwin.h