Delphi-PRAXiS
Seite 1 von 2  1 2      

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 23. Okt 2008 09:17


Taskbar...
 
Windows has a taskbar that shows wich programs you are running on it right...
Is it possible to recreate this taskbar?Atleast to show wich programs you are running...

SharpE has done this but theres way to much code in there.

Reinhardtinho 23. Okt 2008 09:25

Re: Taskbar...
 
To list the programs which are visible in the Taskbar try this: click

Razor 23. Okt 2008 09:30

Re: Taskbar...
 
:) Thanks it even shows some stuff that are hidden...

Razor 23. Okt 2008 09:33

Re: Taskbar...
 
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?

This is anoying..

Sherlock 23. Okt 2008 09:40

Re: Taskbar...
 
Have you ever seen an application, that behaves differently?

Even the taskmanager is covered by the taskbar.

Sherlock

Razor 23. Okt 2008 09:41

Re: Taskbar...
 
So its not possible if i understand correct unless you make a new taskbar or disable that taskabr is not on top.

Sherlock 23. Okt 2008 09:44

Re: Taskbar...
 
Correct.

Sherlock

Razor 23. Okt 2008 09:47

Re: Taskbar...
 
Can we atleast limit how much programs are shown in the taskbar?


[edit=SirThornberry]Image removed - please attach this image - so users with slow connections have not to wait minutes to see the everything - Mfg, SirThornberry[/edit]

Razor 23. Okt 2008 18:27

Re: Taskbar...
 
Liste der Anhänge anzeigen (Anzahl: 2)
The problem is shown just look at the taskbar and the sidebar that i made...

Razor 24. Okt 2008 15:36

Re: Taskbar...
 
Anybody?Possible with some sort of API?


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:21 Uhr.
Seite 1 von 2  1 2      

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-2025 by Thomas Breitkreuz