Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash screen better than 3.0 but not enough
Message
 
To
02/11/1996 19:39:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00011331
Message ID:
00011333
Views:
35
>Ok, we now have a SDI form that can act as the top level form which can now be used as a splash screen. By putting SCREEN=OFF in CONFIG.FPW, we can now hide Visual FoxPro during the setup.
>
>But, it may still take 3 to 5 seconds before appearing because the run time as to load in memory before being able to run our first line of code which can then display the splash screen.
>
>I guess it's still better to use a C program to show a graphic window right after we click on the icon.
>
>Any comments?

I made a splash screen class. I then used WinAPI functions to hide the main window, throw up my splash screen while everything is loading, and then release the splash screen and show the main window. It works, but not perfectly. You still see the main window flash for a second or so.

I don't remember the functions offhand, but I could send the code...

HTH,
Scot.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform