I have over 100 textboxes.I want to write its click events in a short mannar.
I have to write the below code for 100 times.
Is thee any shorter way of doing?
I use visual Basic 2015
I have to write the below code for 100 times.
Code:
.
Private Sub TextBox1_Click(sender As Object, e As EventArgs) Handles TextBox1.Click
End Sub
I use visual Basic 2015