M Marc Nov 23, 2006 #1 Anyone know how to add a drop down menu to a button that will appear when you right click the mouse?
M Marc Nov 23, 2006 #2 I should add i know how to use the right mouse button command but not hot to bring a menu up?
H Herfried K. Wagner [MVP] Nov 23, 2006 #3 Marc said: Anyone know how to add a drop down menu to a button that will appear when you right click the mouse? Click to expand... Drop a contextmenu component from the toolbox onto your form and set up the menu entries. Then assign the contextmenu component to your button control's 'ContextMenu' property either by using the properties window or via code at runtime.
Marc said: Anyone know how to add a drop down menu to a button that will appear when you right click the mouse? Click to expand... Drop a contextmenu component from the toolbox onto your form and set up the menu entries. Then assign the contextmenu component to your button control's 'ContextMenu' property either by using the properties window or via code at runtime.
R RobinS Nov 23, 2006 #4 Look into Context menus. That's what you're looking for. Robin S. ------------------