| | |
Max number of controls per form......
![]() |
One thing I have NOT tried, and I will when I get home from work is to see if you put them in a frame (container) or a tabbed dialog control if it will hold more, since the tabbed dialog control or the frame should be considered the parent.... it might allow for more than 254 per form, but limited to 254 frames or tabs, know what I mean?
•
•
Join Date: Mar 2005
Posts: 32
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by Comatose
One thing I have NOT tried, and I will when I get home from work is to see if you put them in a frame (container) or a tabbed dialog control if it will hold more, since the tabbed dialog control or the frame should be considered the parent.... it might allow for more than 254 per form, but limited to 254 frames or tabs, know what I mean?
I know you can redefine some of the controls as a control arrays. I have just been checking this out and it seems easier than I had thought.
Thanks.
Control arrays are a breeze. The tabbed control I think is sp3 of VB6... I could be mistaken, but I think so. Control arrays are nothing more than controls of the same name with a different index. It really makes processing textboxes a lot easier too, so you can do something like:
I'll try it with the tabbed control when I get home (if I remember), but it seems the frame won't work
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
for I = 0 to textboxname.count -1 textboxname(I).text = vbnullstring next I
I'll try it with the tabbed control when I get home (if I remember), but it seems the frame won't work
![]() |
Similar Threads
- Pass Controls of Access-Form to sub in module (Visual Basic 4 / 5 / 6)
- Help on controls in forms (VB.NET)
- Need help in design and javascript code for Dynamic form (JavaScript / DHTML / AJAX)
- print a number in ordered form (C++)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Timing frames on a form
- Next Thread: How to extract user network login name with vbscript?
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows






