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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top