locked
Timer RRS feed

  • Question

  • How do I set my start form to stay on the screen for 5seconds and then call the main menu?

     

    Thursday, June 10, 2010 1:32 PM

Answers

  • Put a timer on your form 

    Set intervall property to 5000

    Set Enabled property to true

    Handle the timer event...then call there the main menu (and close your form if you want).

    • Proposed as answer by Chethan Kamath Thursday, June 10, 2010 2:29 PM
    • Marked as answer by SamAgain Friday, June 11, 2010 7:27 AM
    Thursday, June 10, 2010 2:25 PM