Im making a program in vb.net! But with every button you have theres a event handler (ex. handles button.click)
Isnt there a way that i can collect all buttons so I can call this collection AllButtons and that I only have to type this handles one time.(ex handles AllButtons.click)
Thnx & grtz from Jos
Isnt there a way that i can collect all buttons so I can call this collection AllButtons and that I only have to type this handles one time.(ex handles AllButtons.click)
Thnx & grtz from Jos