Collection element access?
TextBox[i].Text = "whatever";
The same syntax is used to declare an array.
TextBox[] textBoxArray = new TextBox[count];
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |