Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to build a splash screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01000063
Message ID:
01000104
Vues:
20
In the splashscreen activate I put a small loop....
Sleep(200) && 20 ms
thisform.image2.Picture ='C:\VFPAPPS\AARRGH1.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\AARRGH2.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\AARRGH3.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\\AARRGH4.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\AARRGH.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\AARRGH1.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\AARRGH2.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\AARRGH3.ICO'
thisform.Refresh
thisform.image2.Picture ='C:\VFPAPPS\AARRGH4.ICO'
thisform.Refresh
*Sleep(1500) && 150 ms
Sleep(300) && 30 ms
thisform.Release
then you play with the sleep time till you get the results you want.
Not only does this give you a splash time, but a movable or changing picture on the splash screen.

HTH
Ron Seidl
Independent Developer
VFP

"I'm playing in life's theater in anticipation of a great cast party!"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform