Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to implement a splash screen?
Message
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00060913
Message ID:
00060959
Views:
34
And to add to what Colin said, add in the Activate method of the form the following code:

set cursor off &&Hides the cursor
wait window '' time 3 &&A little bit of delay...
set cursor on &&Brings the cursor back on
thisform.release()

>In your form set .ControlBox, .Movable, .MaxButton, and .MinButton to .F. and set .Caption=(None).
For every bug fixed, there is a bigger bug not yet discovered.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform