Hi, just put this code in the main program (prg)
hide window screen
set talk off
do form wsplash
wait "" timeout 2
wsplash.release
rele wind wsplash
...
It will show form wsplash for 2 seconds.
In form designer create the form wsplash, adjust the size you want, put the picture u want and this properties:
AlwaysOnTop=.t.
AutoCenter=.t.
ControlBox=.f.
Desktop=.f.
MDIForm=.f.
ShowInTaskBar=.f.
ShowWindow=2-As Top-Level Form
Sergio M. Netto.