A-Control Array ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Burns

    A-Control Array ?

    I just started with vb.net and I don't understand why there are no control
    arrays.
    what replaced them.
    I was trying to do drag and drop(What happened with that) and it looked like
    with no control array I have to write code in for every control?
    That cant be possible.
    I looked at the help files and it looks like I can set an event handler but
    there has to be a better way then typing Handles pic1.click,pic2 .click
    It would be a lot of typing for 60 controls
Working...