Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dim textBoxes() as TextBox
- Dim num as Integer
- Dim addText as New TextBox
- textBoxes() = {addText}
- For i To textBoxes().Length
- num += 1
- addText.Location = New Location (100, 100 + number * 2)
- Next i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement