(VFP) - How to include splash screen..

You can use this generic routine for display your splash screen
Put code in main program

*********
HIDE WINDOW SCREEN
DO FORM SPLASH
=INKEY(3,[H]) *** display 3 second appear on your screen
SHOW WINDOW SCREEN

Comments

Popular posts from this blog

(VFP) - Running Visual FoxPro on Linux

(VFP) - How To Run Exe File and include them to your Project

(VFP) - How to put calendar on your vfp application