Y
yxq
Hello,
The sample code is below
**************************************
Private sub invokeEvent()
'Here i want to invoke all the codes(A,B,C) in Timer1_Tick(), how to do?
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Timer1.Tick
A...
B...
C...
End Sub
The sample code is below
**************************************
Private sub invokeEvent()
'Here i want to invoke all the codes(A,B,C) in Timer1_Tick(), how to do?
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Timer1.Tick
A...
B...
C...
End Sub