Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can anyone
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00473848
Message ID:
00474080
Vues:
26
You could use a modeless form. You can put anything you want on it. In your startup code you DO the form, do some processing and then release the form.

I use this code to display a splash screen.

*** Display Splash Screen
DO FORM "Splash.SCX"

Setup vars & menus, prompt for password, open databases, etc.

*** Close Splash Screen
RELEASE WINDOW "Splash"

DOEVENTS
Dennis Lindeman
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform