|
|
Today I answered another VB question under the Yahoo! Answer section and I wish to share it with you here. It goes like this "How do I make an array of option buttons so that they all do different stuff?what i mean is : I put 1 option button into a frame. I then copied it and got prompted with: "do you want to make a control array" I said yes then I put 9 different buttons into the frame and they are option1(0) option1(1) option1(2) option1(3) .... option1(8) now when I double click one of them it takes me to the code but no matter which one I click, it brings me to the same sub within the code... how do I make it so each option button does something different?." . Below is the solution for the above question:
|