L
Lou
I want to dynamically create an unknown amount of buttons into a panel.
I want each button to respond to the same click event.
In VB6 I would just create an array of buttons.
I do know how to have multiple buttons respond to the same click event in
..NET but
not if the number of buttons are not know until runtime are created
dynamically .
Example
App starts and a reg setting says create 25 buttons.
Thanks
-Lou
I want each button to respond to the same click event.
In VB6 I would just create an array of buttons.
I do know how to have multiple buttons respond to the same click event in
..NET but
not if the number of buttons are not know until runtime are created
dynamically .
Example
App starts and a reg setting says create 25 buttons.
Thanks
-Lou