|
-
Apr 11th, 2002, 09:44 AM
#1
Thread Starter
Lively Member
Control array in .NET ????
In VB6.0, when create 3 textboxes (or more) and you give them the same name, its create an control array. But in .NET, you CANT do that, so how do we create control array ..........
PLEASE HELP !!!!!!!!!
-
Apr 11th, 2002, 10:01 AM
#2
control arrays are pretty much gone...while you can still do something similar.. it is just a waste of resources as when you create a control it is added to the forms control collection..so why use up more mem for yet another 'collection'?
-
Apr 11th, 2002, 10:05 AM
#3
Lively Member
-
Apr 11th, 2002, 02:37 PM
#4
Lively Member
You could assign multiple controls to the same event with the Handles statement. This is one feature MS could have left alone.
-
Apr 11th, 2002, 03:58 PM
#5
Thread Starter
Lively Member
thank you for all your esponse guys, I appreciate
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|