Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi SW_HIDE / SW_SHOW Status eines Formulars feststellen (https://www.delphipraxis.net/129479-sw_hide-sw_show-status-eines-formulars-feststellen.html)

bmontag 19. Feb 2009 20:30


SW_HIDE / SW_SHOW Status eines Formulars feststellen
 
Hallo zusammen,

ich such nen API-CALL mit dem ich den SW_HIDE bzw. SW_SHOW Status eines Formulars feststellen kann, den ich zuvor mit ShowWindow eingestellt habe. Ich hab in einer API-Referenzliste nachgeschaut, aber auf die Schnelle nichts gefunden. Vielleicht hat jemand den CALL im "Hinterkopf" ??

Grüße

Bernd

jaenicke 19. Feb 2009 20:32

Re: SW_HIDE / SW_SHOW Status eines Formulars feststellen
 
Das sollte mit GetWindowLong gehen:
http://msdn.microsoft.com/en-us/library/ms633584.aspx

bmontag 19. Feb 2009 20:41

Re: SW_HIDE / SW_SHOW Status eines Formulars feststellen
 
DANKE, werd ich testen

Grüße

mr_emre_d 19. Feb 2009 23:14

Re: SW_HIDE / SW_SHOW Status eines Formulars feststellen
 
IsWindowVisible(hWnd):
[msdn]http://msdn.microsoft.com/en-us/library/ms633530(VS.85).aspx[/msdn]

bmontag 20. Feb 2009 06:46

Re: SW_HIDE / SW_SHOW Status eines Formulars feststellen
 
Hallo zusammen,

klappt perfekt ... DANKE :thumb:


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:58 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz