Results 1 to 4 of 4

Thread: Splash Screen Timer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    31

    Splash Screen Timer

    i know im asking alot of question but hey, thats how i learn. ive got a splash screen and ive got it so u click the mouse u go to the main program. you hit any key u move on. now im wondering what would be the code to have a time so that say in 5 seconds if they dont do anything the main program launchs.
    Thanks for the help
    - Bored Teenager -

  2. #2
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Splash Screen Timer

    add a timer on your form wiht an interval of 5000

    (5 seconds)

    inside the timer1 sub, add this:

    VB Code:
    1. form2.show
    2. timer1.enabled = false
    3. unload me

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    31

    Re: Splash Screen Timer

    ok, how do i add a timer? (forget about vb untill i found the cd and was like hey that looks like fun)
    Thanks for the help
    - Bored Teenager -

  4. #4
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Splash Screen Timer

    Quote Originally Posted by Bored Teenager
    ok, how do i add a timer? (forget about vb untill i found the cd and was like hey that looks like fun)
    The Timer is the Stop Watch Looking Control
    Attached Images Attached Images  
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width