Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Taskbar... (https://www.delphipraxis.net/122854-taskbar.html)

Razor 25. Okt 2008 10:58

Re: Taskbar...
 
Bump? :?

Sir Rufo 25. Okt 2008 11:37

Re: Taskbar...
 
Zitat:

Zitat von Razor
Since this a topic about taskbar i ask another question i set my app to ''alwaysontop''

Delphi-Quellcode:
 SetWindowPos(Form2.Handle,
              HWND_TOPMOST,
              0, 0, 0, 0,
              SWP_NOMOVE or SWP_NOSIZE or SWP_SHOWWINDOW);
But if you click on taskbar it goes under it,any fix around this?

Yes, create a timer, and repeat to set AlwaysOnTop :zwinker:

cu

Oliver


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:17 Uhr.
Seite 2 von 2     12   

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