Results 1 to 3 of 3

Thread: continuos event

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    14

    Angry

    i need a contiuos event with which i could chec a prporty countinuosly

    !!!URGENT!!!

    thanks in advance

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    how about an example of what u mean?

  3. #3
    Guest
    Put a Timer control on the form and set it's interval to 1 or 100.

    Code:
    Private Sub Timer1_Timer()
         If Command1.Enabled = False Then
              Debug.Print "False"
         End If
    End Sub

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