Calculator events

  • Thread starter Thread starter Haim Turjeman
  • Start date Start date
H

Haim Turjeman

hi,
i want to make a calc control in C#.
i already did it but i had to add 10 buttons (button0..9)
and another 10 event handlers.
in VB (at least 6.0) i could declare an array of button from the desginer.

could someone tell me if there is another way to do it in C#?

thanx.
 
Back
Top