Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash Screen During Program Load
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00120666
Message ID:
00121659
Views:
34
>Thanks a lot! I really appreciate it. By the way, if in my splash screen I
>have the following code for Timer1.TimerEvent ...

>ThisForm.Release()
>DO FORM frmOptions


Try
DO FORM frmOptions
ThisForm.Release()

instead...

It depends on why you want a splash screen as well. If just for the visual effect fine - I use some splash screens to sit there so the user knows something is happening while a long initialization process occurs...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform