@ Die Muhkuh: Jap, ist auch alles drin.
Delphi-Quellcode:
begin
Splash := TSplash.Create(Application);
try
Splash.Show;
Splash.Refresh;
Application.Initialize;
Application.Title := 'SPlan';
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TFaecherBox, FaecherBox);
Application.CreateForm(TSettings_Standard, Settings_Standard);
Application.CreateForm(TAboutBox, AboutBox);
Application.CreateForm(THTMLFarben, HTMLFarben);
Application.CreateForm(TSettings_FTP, Settings_FTP);
Application.CreateForm(TSchullogo, Schullogo);
Application.CreateForm(TeMail, eMail);
Application.CreateForm(TReadme, Readme);
Application.CreateForm(TSplash, Splash);
finally
Splash.InitializationDone := True;
end;
Application.Run;
@ sakura: Das komische ist ja, dass ich keinen Unterschied in der Hinsicht finden kann. Entweder bin ich total blind, oder es kann sich nu um ne Kleinigkeit handeln...