Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Delphi trik 4: Disable Windows Ghosting (https://www.delphipraxis.net/203574-delphi-trik-4-disable-windows-ghosting.html)

DP News-Robot 1. Mär 2020 22:10

Delphi trik 4: Disable Windows Ghosting
 
Na fóru Karel Horký sdílel pekný tip rešící obcasný problém s mizením modálního okna za hlavní formulár (napr. pri ruzných prepínání - nemyslím TForm.PopupMode) casto ve Windows 10.

procedure DisableProcessWindowsGhosting; var DisableProcessWindowsGhostingProc: procedure; begin DisableProcessWindowsGhostingProc := GetProcAddress( GetModuleHandle('user32.dll'), 'DisableProcessWindowsGhosting'); if Assigned(DisableProcessWindowsGhostingProc) then begin DisableProcessWindows

Weiterlesen...


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