Splash Screen Timer

R

R Subrahmanian

I want to create a splash screen to be shown for a limited
time, say 2000 milliseconds. Where can I find the
property 'On Timer', which I find in text books. Kindly
help me.
Subrahmanian
 
W

Wayne Morgan

Look on the Event tab of the Form's datasheet when you have the form open in
design view. You should see the On Timer event with the Timer Interval right
below it.
 
S

StCyrM

Hi
Look in the Form properties,click on the Event tab, then enter your code in the
On Timer Event and set your Timer Interval to 2000 or whatever time you need.

Maurice
 
Top