chrisjames25
Registered User.
- Local time
- Today, 21:39
- Joined
- Dec 1, 2014
- Messages
- 404
HI
I have been working on a form and am trying to create a form that has 200 textboxes with an associated label and another textbox alongside it.
As i add these to the form at present i am manually chaging the names to be what i require as what i want is the first 200 textboxes to be called Text1-200
the labels to be Lbl1-200 and the other textbox to be called Txt1-200
Obviously this is very painful so i thought i should just check there is no shortcut to do this renaming process.
I know normally controls should be named with more menaing but i plan to use these with a loop to perform various actions so need the simplicity of names
Cheers
I have been working on a form and am trying to create a form that has 200 textboxes with an associated label and another textbox alongside it.
As i add these to the form at present i am manually chaging the names to be what i require as what i want is the first 200 textboxes to be called Text1-200
the labels to be Lbl1-200 and the other textbox to be called Txt1-200
Obviously this is very painful so i thought i should just check there is no shortcut to do this renaming process.
I know normally controls should be named with more menaing but i plan to use these with a loop to perform various actions so need the simplicity of names
Cheers