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 fsstayontop probleme (https://www.delphipraxis.net/113202-fsstayontop-probleme.html)

SimStar001 4. Mai 2008 16:12


fsstayontop probleme
 
Hallo,

da fsstayontop nicht richtig funktioniert, habe ic folgenden code gefunden der auch wirklich funktioniert!

Delphi-Quellcode:
Application.NormalizeAllTopMosts;
  SetWindowPos(Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);

nun habe ich aber ein problem, das meine messagedlgs verdeckt werden, wie kann ich jetzt die Messagedlgs wieder sichtbar machen!?


danke

DP-Maintenance 4. Mai 2008 16:45

DP-Maintenance
 
Dieses Thema wurde von "Matze" von "Neuen Beitrag zur Code-Library hinzufügen" nach "Windows API / MS.NET Framework API" verschoben.
Fragen gehören nicht in die Code-Library. ;)

BurtaN 4. Mai 2008 16:55

Re: fsstayontop probleme
 
Probiers mal mit application.restoretopmost. Damit hat fsStayOnTop bei mir funktioniert.


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:36 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