CWindow::ShowWindow
Ustawia stan Pokaż okno.
BOOL ShowWindow(
int nCmdShow
) throw();
Uwagi
Zobacz ShowWindow w Windows SDK.
Przykład
//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);
Wymagania
Nagłówek: atlwin.h