Advertisement
TermSpar

Array Length Property Idea

Jan 11th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.20 KB | None | 0 0
  1. Dim textBoxes() as TextBox
  2. Dim num as Integer
  3. Dim addText as New TextBox
  4. textBoxes() = {addText}
  5. For i To textBoxes().Length
  6.     num += 1
  7.     addText.Location = New Location (100, 100 + number * 2)
  8.         Next i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement