Results 1 to 2 of 2

Thread: Timer Value

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Location
    ENGLAND
    Posts
    38

    Timer Value

    Dear All
    Is there any way to display timer's Count Value
    I like to see the timer value in the text box
    Many Thanks for any reply
    salih
    sa

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Do you mean interval? Then you could do:

    VB Code:
    1. TextBox1.Text() = Timer1.Interval()

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