Pytanie : Dlaczego ten pluśnięcie ekran dla 3 sekunda?

Cześć,

I tworzyć mój pluśnięcie ekran using the metoda wspominać tutaj: http://delphi.about.com/od /formsdialogs/a/splashscreen.htm

I potrzeba the pluśnięcie ekran dla 3 sekunda przed the magistrala form.

Please pomoc. Thanks.

Odpowiedź : Dlaczego ten pluśnięcie ekran dla 3 sekunda?

Spojrzenie, to być najlepszy

(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
zaczynać
FormSplashScreen: = TFormSplashScreen.Create (Zastosowanie);
  próba
  FormSplashScreen.Show;
  Application.Initialize;
  FormSplashScreen.Update;
  Sen (3000);
  Application.CreateForm (TFormMain, FormMain);
  Application.CreateForm (TFormOptions, FormOptions);
  Application.CreateForm (TForm1, Form1);
  w końcu
  FormSplashScreen.Hide;
  FormSplashScreen.Free;
  końcówka;
  Application.Run;
końcówka.
Inne rozwiązania  
 
programming4us programming4us