lotuseater
Member
- Joined
- Mar 31, 2009
- Messages
- 5
- Programming Experience
- 1-3
I would like to create or rename a group of sequential textboxes on my VB.NET windows form in the design environment.
I currently have 70 textboxes. Right now they are named as TextBox1...TextBox70. I would like to rename all of them to something else like Conveyor1...Conveyor70.
I am going to have other groups of textboxes on the screen as well, so I need a quick method to either create them with another sequential name or rename the entire group.
Thank you for any help.
I currently have 70 textboxes. Right now they are named as TextBox1...TextBox70. I would like to rename all of them to something else like Conveyor1...Conveyor70.
I am going to have other groups of textboxes on the screen as well, so I need a quick method to either create them with another sequential name or rename the entire group.
Thank you for any help.