Vraag : Hoe te om het dit plonsscherm 3 seconden te tonen?

Hello, leidde

I tot het mijn plonsscherm gebruikend de hier vermelde methode: http://delphi.about.com/od I behoefte/>/formsdialogs/a/splashscreen.htm


Please te tonen. Thanks.

Antwoord : Hoe te om het dit plonsscherm 3 seconden te tonen?

Kijk, is dit best

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
begin
FormSplashScreen: = TFormSplashScreen.Create (Toepassing);
  probeer
  FormSplashScreen.Show;
  Application.Initialize;
  FormSplashScreen.Update;
  Slaap (3000);
  Application.CreateForm (TFormMain, FormMain);
  Application.CreateForm (TFormOptions, FormOptions);
  Application.CreateForm (TForm1, Form1);
  tot slot
  FormSplashScreen.Hide;
  FormSplashScreen.Free;
  eind;
  Application.Run;
eind.
Andere oplossingen  
 
programming4us programming4us