Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Welcome Screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01036914
Message ID:
01036931
Vues:
12
>Thankyou all for the advice!
>
>I have now created a form with a logo, how do I display it for say 5 secs then load my main form?
>
>Thanks Guys

try:
m1 = CREATEOBJECT("MyForm")
DECLARE INTEGER Sleep IN WIN32API INTEGER
m1.Show()
Sleep(5000)


DEFINE CLASS MyForm AS Form
    Width = 300
    Height = 100
ENDDEFINE
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform