Results 1 to 6 of 6

Thread: Timer

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879

    Talking

    I Have a timer on a main form that's disabled and I want to enable it from another form, is that possible! AND HOW DO i DO IT!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  2. #2
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    Code:
    Formname.timername.enabled = true
    Visual Basic 6 SP4 on win98se

    QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879
    Have u ever tried it before, cuz it's not working
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  4. #4
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    did you use your form name and timer name ?
    Visual Basic 6 SP4 on win98se

    QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!

  5. #5
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    If the interval isn't set be sure to set it when you
    enable it.
    Form1.Timer1.Enabled = True
    Form1.Timer1.Interval = 60000
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879
    Thanx, I got it to work!!!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


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