Results 1 to 2 of 2

Thread: Timer Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    1

    Timer Problem

    I am making a basic timer for minutes and seconds and also hours but the thing is that the timer is in milliseconds so i got around that by just putting
    Code:
    Timer1.Interval = Val(Text1) * "60000"
    This was done for the minutes but the thing is if you do 2 minutes it has an error my theory about why it does this is because that i think the numbers are too big because it is in milliseconds so is there a way i can change the timer and make it into seconds?

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Timer Problem

    Yes, this topic has been mulled over and over again. Just do a search for timers.

    You might also want to look at the link in my signature "Help With Timers"

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