.. highlightlang:: us .. index:: AppGetMainWnd .. _appgetmainwnd: AppGetMainWnd ============= .. us.tag AppGetMainWnd GERMAN App :ref:`AppGetMainWnd` liefert die Zugriffsnummer des UniPlot-Hauptfensters. .. function:: hMainWnd = AppGetMainWnd() .. us.return **Returnwert** *hMainWnd* ist die Zugriffsnummer des UniPlot-Hauptfensters. .. us.example **Beispiel** :: ShowWindow(h = AppGetMainWnd(), SW_HIDE); Sleep(3000);ShowWindow(h, SW_SHOW) **Hilfsfunktionen** .. index:: ShowWindow .. _showwindow: ShowWindow -------------- .. us.tag ShowWindow NOTREADYGERMAN New5800 window :ref:`ShowWindow` ändert die Darstellung eines Fensters. .. function:: b = ShowWindow(hWindow, nCmdShow) Siehe :ref:`DocShow` für *nCmdShow*. Weitere Funktionen:: bool = IsWindowVisible(hWindow) bool = DestroyWindow(hWindow) bool = BringWindowToTop(hWindow) ssClass = GetClassName(hWindow) ssTitle = GetWindowText(hWindow) bool = SetWindowText(hWindow, ssTitle) hWindow = FindWindow(ssClassName, ssWindowName) hvWindows = GetWindowHandles() .. ------------------------------------------------------------------------------ .. seealso:: :ref:`uberblick-application-objekt`, :ref:`ShowWindow` :sub:`id-1548439`