Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vb Control Arrays

Status
Not open for further replies.

Vicpro

Programmer
Jun 25, 1999
3
0
0
US
I am sure there is a simple solution to my problem, I just can't figure it out.<br>
<br>
I want to change a column of check boxes to a control array. I know that this is usually done at design time but I have already built this form and would just like to change it in stead of redesigning it. <br>
<br>
Any comments would be appriciated.<br>
<br>
Thanks, Vicpro
 
Hi, <br>
you dont have to redesign the whole form. Just rename the checkboxes. First come up with a name of the checkbox. Next rename all the checkboxes with this name. If you didn't specify the indexes it will automatically make one for you (except for the first). Just make sure there will be no conflict in the indexes.<br>
But if your program is already compiled then there's no way of changing the control names anymore.<br>

 
Thank you for the response. However, I have already compiled the code so I am just going to redesign the thing. <br>
<br>
Thanks anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top