Splash Screen Timer

  • Thread starter Thread starter R Subrahmanian
  • Start date Start date
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
 
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.
 
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
 
Back
Top