Results 1 to 2 of 2

Thread: Control Arrarys

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    1

    Exclamation

    Can anyone explain what a "Control array" is and what it's used for???? thanx!

  2. #2
    Guest
    A Control array is a group of controls that share common names, types, and event procedures. Each control has a unique index. When a control in the array recognizes an event, it calls the event procedure for the group and passes the index as an argument, allowing your code to determine which control recognized the event. Control arrays, are faster and easier to use than a regular few controls.

    Hope that was good explaination, got it from the MSDN Libary .

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