Splash Screen [message #84923] |
Wed, 12 May 2004 03:44 |
pinky
Messages: 26 Registered: May 2002
|
Junior Member |
|
|
How to make a splash screen
like in Visual Basic
i want that when i started my application
a simple intro from opens for few seconds
and after that it hides and
login forms comes
|
|
|
Re: Splash Screen [message #84926 is a reply to message #84923] |
Wed, 12 May 2004 11:38 |
ram kumar
Messages: 113 Registered: August 2002
|
Senior Member |
|
|
Hi...
asuuming a.fmb is introductory form..
b.fmb as next form which shows up after showing form a.fmb for a while.....
create timer in form b ..which control the form a.fmb appearance,
in form level trigges of form b call form a.fmb
which exits when time expires...
Ram
|
|
|
|
|