Results 1 to 5 of 5

Thread: Control array in .NET ????

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    89

    Arrow 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 !!!!!!!!!
    BlahDoS . :P

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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'?
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Lively Member
    Join Date
    Aug 1999
    Location
    Amsterdam
    Posts
    117

  4. #4
    Lively Member Nator's Avatar
    Join Date
    Nov 1999
    Location
    East Larryville, GA
    Posts
    80
    You could assign multiple controls to the same event with the Handles statement. This is one feature MS could have left alone.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    89
    thank you for all your esponse guys, I appreciate
    BlahDoS . :P

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width