Is there an alternative rather then doing this:
Private Sub clicktxtBox(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles _
txt_Time_00_000.Click, _
txt_Time_00_001.Click, _
txt_Time_00_002.Click, _
txt_Time_00_003.Click, _
txt_Time_00_004.Click
End Sub
Thanks!
Yes, in all the textboxs put the same click event handler.
