Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show splash screen
Message
De
20/06/2019 14:13:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01669209
Message ID:
01669235
Vues:
82
>Hi everybody,
>
>I'm trying to figure out how to show splash screen when my application starts. I know that a few of our VFP applications do show it but I can not figure out what exactly is responsible for showing it.
>
>Can you please tell me what should I be looking for in the code?
>
>Thanks in advance.

Find some text on the startup splash screen (unless it's a graphic) and do a code search. If it's a graphic, search for graphics files and see where that filename is and then search for that filename (without the path).

You can also create a timer that has event code which looks through the _screen.forms() array to see which forms are displayed and get its name there. You can also then BINDEVENTS() onto the Unload() method and do an ASTACKINFO() to find out what program hierarchy is calling it.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform