Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to implement a splash screen?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Conférences & événements
Divers
Thread ID:
00060913
Message ID:
00060959
Vues:
38
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform