Array of TextBoxes

  • Thread starter Thread starter Bruce F
  • Start date Start date
B

Bruce F

VBasic.net 2003

I have an array of 12 TextBoxes:

Dim tbArray(4,3) As TextBox

What I need is an Event Handler that will tell me in which TextBox a key
was pressed.

Can anyone enlighten me with a little code to do this.
Thanks
 
Back
Top