Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash Screen During Program Load
Message
From
23/07/1998 15:11:57
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00120666
Message ID:
00120682
Views:
20
>How does one create a nice looking splash screen to display during the span of time between the user clicking on the program's icon and the program actually being up and ready to run on the user's computer? Thanks in advance, CH.


there is an example of a splash screen in the files section of Univ Thread.

But you can always:
1. create a form with your artwork in it
2. set the controlBox property to false (which also takes away min & max Buttons)
3. set the form as main (which starts it up first)
4. put a button for the user to click to bring up your app.
or put a timer on the form.


Also, don't forget to disable the main VFP window with SCREEN=OFF in your config.fpw file.


Hope this helps
Sergio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform