I would like to add a tool (or Menu) bar to the IDE?
Each button needs to be a list of choices....(See Screenshot below)
I have found how to add a toolbar & a button
but no menu...
Thanks!
Printable View
I would like to add a tool (or Menu) bar to the IDE?
Each button needs to be a list of choices....(See Screenshot below)
I have found how to add a toolbar & a button
but no menu...
Thanks!
I think that the click event of the buttons just call PopMenu on a (hidden) form menu, eg:
VB Code:
With [i]ButtonName[/i] me.PopupMenu [i]MenuName[/i], vbPopupMenuLeftAlign, .Left + .Width, Top End With
im not so sure about that....
while the menu is open the button stays pressed.. I dont think that would happen with a popupmenu...
I think its a style of button.. maybe?
They could well be image/picturebox controls, with the 'button' effect as images (being reset on LostFocus I guess).
See my post #23 in this thread.