Hey, I need some help really quick here. I personally hate splash screens and think they are stupid, but my VB instructor doesn't think so, so I have to have one. I've got the whole program done, but I don't remember how to do the following:

I have frmSplash as my startup form. I've got a timer on it called tmrSplash. I enable the timer when the form loads. I want my splash screen to display for 5 secs before loading my main form. What interval and code do I need on my timer control? I've haven't used the timer control in ages! Any help appreciated.

-Jeremy