Hi all,
I have added a toolbar with a couple of buttons to my VB application. One of the buttons has a button menu. Right now the button menu only gets displayed when I click on the button menu itself. I want the menu to also display when I click on the button, but I can't get it to work.
Here is a sample of the code I am currently using:
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Index
Case 2
Button.ButtonMenus(2).Visible = True
End Select
End Sub
Please help.
Thanks in advance,
elmorro
I have added a toolbar with a couple of buttons to my VB application. One of the buttons has a button menu. Right now the button menu only gets displayed when I click on the button menu itself. I want the menu to also display when I click on the button, but I can't get it to work.
Here is a sample of the code I am currently using:
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Index
Case 2
Button.ButtonMenus(2).Visible = True
End Select
End Sub
Please help.
Thanks in advance,
elmorro