G
Guest
Hi All,
I need to call a text box click event programatically. How would I call the
following event procedure from another procedure within the same form:
Private Sub TextBox2_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles TextBox2.Click
Thanks in advance.
Roger.
I need to call a text box click event programatically. How would I call the
following event procedure from another procedure within the same form:
Private Sub TextBox2_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles TextBox2.Click
Thanks in advance.
Roger.