In Visual Basic, one can define an array of controls e.g button control. A consequence of this is all the buttons in this array correspond to a 'single click event' and the index number determines which button is click (its just like combo buttons grouped togather in vc).

Is this behavour possible for button control in VC? If so, please help!