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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Controls on Form limit

Status
Not open for further replies.

Zestman

Programmer
Mar 13, 2003
10
ZA
Hi All

Im developing a normal form with lots of buttons and checkboxes on it in VB6(SP5). I was still busy designing the form, adding controls when I got "Reached limit: cannot create any more controls for this for". I need more controls on this spesific form - how can i do it ? The controls are mostly on a Tabbed control.

 
Wow you have more than 255 controls on that form. I believe if you put some into control arrays that they will count only as one control.
 
Thanks Dr.. I was hoping there would be another solution in order for me not to have to rename all my controls hehe..
 
Start with all the labels, you normally don't refer to them in code anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top