Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Welcome Screen
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036914
Message ID:
01036931
Views:
13
>Thankyou all for the advice!
>
>I have now created a form with a logo, how do I display it for say 5 secs then load my main form?
>
>Thanks Guys

try:
m1 = CREATEOBJECT("MyForm")
DECLARE INTEGER Sleep IN WIN32API INTEGER
m1.Show()
Sleep(5000)


DEFINE CLASS MyForm AS Form
    Width = 300
    Height = 100
ENDDEFINE
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform