![]() |
Delphi-Version: 2010
Splash and taskbutton
I want to add splash:
Delphi-Quellcode:
After F9 on 7 I have 2 taskbuttons: first when splash i visible, then it is destroyed, and another one when main form i showed. On XP it is showed after splash (when splash just icon is visible in taskbar). What I have to do to get one taskbutton?
begin
Application.ProcessMessages; with TForm1.Create(nil) do try Show; Application.Initialize; Application.MainFormOnTaskbar := False; Application.Title := 'Project5'; Application.CreateForm(TMainForm, MainForm); Sleep(1000); finally Free; Application.MainFormOnTaskbar := True; Application.Run; end; end. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:55 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