Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Fenstereigenschaft StayOnTop geht nicht unter XP (https://www.delphipraxis.net/2398-fenstereigenschaft-stayontop-geht-nicht-unter-xp.html)

oki 21. Jan 2003 17:39


Fenstereigenschaft StayOnTop geht nicht unter XP
 
Hallo,

kleines Problem. Die Fenstereigenschaft StayOnTop für nicht modale Fenster funktioniert bei mir nicht unter Windows XP. Bis 2000 alles tutti paletti, bei XP ist das Fester irgentwo, aber nicht im Vordergrund.

Kann jemand helfen?

Gruß Oki

Luckie 21. Jan 2003 17:45

Versuch mal:
Delphi-Quellcode:
SetWindowPos(Form1.Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE or SWP_NOMOVE);

oki 21. Jan 2003 17:54

jo, danke, probier ich mal.

melde mich. Gruß Oki


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:52 Uhr.

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