Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Application.MainFormOnTaskBar:=True will nicht (https://www.delphipraxis.net/98307-application-mainformontaskbar-%3Dtrue-will-nicht.html)

ebber 24. Aug 2007 18:25


Application.MainFormOnTaskBar:=True will nicht
 
Hallo

obwohl ich das so habe :

Delphi-Quellcode:

      Application.MainFormOnTaskBar:=True;
wird es nicht angezeigt. Wenn ich Hide mache und danach wieder Show, kommt es in der Taskbar.
Hat jemand eine Idee woran das liegen könnte ?

MfG

dominikkv 24. Aug 2007 18:40

Re: Application.MainFormOnTaskBar:=True will nicht
 
wo rufst du das auf?

ebber 24. Aug 2007 18:49

Re: Application.MainFormOnTaskBar:=True will nicht
 
Das wo es automatisch eingefügt wird.

Delphi-Quellcode:

  Application.Initialize;
  Application.Title := 'Lampen';
  Application.MainFormOnTaskbar := True;


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