Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00631969
Message ID:
00632011
Vues:
22
>Hi:
>
>Place the following code in the Activate() method of a form. nDuration is a form property that holds the number of seconds you would like the form to stay alive.
>
>LOCAL nT1
>nT1 = SECONDS()
>DO WHILE (SECONDS()- nT1) < THISFORM.nDuration
>ENDDO
>THISFORM.RELEASE
>
>Charlie

Or
Declare Sleep IN Win32API integer
Sleep( 15*1000 )
Thisform.Release()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform