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

Add control array item to control array picturebox @ runtime

Status
Not open for further replies.

SpiroChronis

Programmer
Mar 30, 2005
10
ZA
On my form, I want to have 1 picturebox control, 1 textbox control, 1 checkbox control, 1 option control, etc. All of the controls will be set to index 0, so I can load them as control arrays at runtime. What I want then, is to be able to say "Ok, textbox(20), you should exist inside picturebox(0). And textbox(21), you should exist inside picturebox(1)".
 
Set textbox(20).Container = picturebox(0)
Set textbox(21).Container = picturebox(1)





Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top