|
-
Aug 19th, 2012, 04:16 PM
#11
Lively Member
Re: VB 2010: Array displayed in listbox to textboxes for editing then back to array&.
 Originally Posted by AceInfinity
Me.Controls("TextBox" & (i + 1).ToString).Text = stock(i)
I was going to suggest something like that.. but using a tag for the textbox corresponding to its place in the array....
I usually try to name my controls something that describes its purpose...
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|