i need a contiuos event with which i could chec a prporty countinuosly !!!URGENT!!! thanks in advance
how about an example of what u mean?
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
Private Sub Timer1_Timer() If Command1.Enabled = False Then Debug.Print "False" End If End Sub
Forum Rules