tcalococci
Programmer
I have a toolbar with no captions. When I click on one of the buttons, it calls the toolbar1_click() procedure with the parameter "Button ByVal as btnControl" with the Button variable holding the Caption text.
The problem is, I don't want captions, but without them I can't creat a Select Case structure because the Button parameter returns an empty string since it references the caption property of the button index on the toolbar.
Do I have to have captions in order to reference a particular button on the toolbar or is there another way?
Thanks.
The problem is, I don't want captions, but without them I can't creat a Select Case structure because the Button parameter returns an empty string since it references the caption property of the button index on the toolbar.
Do I have to have captions in order to reference a particular button on the toolbar or is there another way?
Thanks.