programmatically name

  1. W

    Question Generate Text boxes programmatically using generated text box names

    Hi, there is probably a really simple answer to this but i cant find one anywhere! i am trying to automatically generate multiple text boxes on a form with the following code Private Sub CreateTB(ByVal x As Integer) Dim y As Integer = 1 Do Until y = x Dim...
Back
Top