![]() |
Programm wird in Taskleiste doppelt angezeigt.
Hallo,
ich bin gerade auf Delphi2010 umgestiegen und war erstaunt, dass meine Projekte nach dem Start alle doppelt in der Taskleiste vertreten waren. Hier der Projekt-Quellcode:
Delphi-Quellcode:
Wenn man SplashForm rausnimmt, ist alles ganz normal. In Delphi2007 ist das bisher ebenfalls kein Problem gewesen.SplashForm := TSplashForm.create(nil); SplashForm.show; SplashForm.update; application.Initialize; application.MainFormOnTaskBar := true; application.CreateForm(Tdm, dm); application.CreateForm(THauptForm, HauptForm); application.Run; Was ist hier falsch? Gruß Uli |
Re: Programm wird in Taskleiste doppelt angezeigt.
Zitat:
// application.MainFormOnTaskBar := true; oder application.MainFormOnTaskBar := false; |
Re: Programm wird in Taskleiste doppelt angezeigt.
Klar, so geht es als Workaround, aber das kann ja nicht die Lösung sein.
Gruß Uli |
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:08 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-2025 by Thomas Breitkreuz