Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show splash screen
Message
From
20/06/2019 14:13:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01669209
Message ID:
01669235
Views:
81
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform