Hi,
I have created a popup menu programatically, so that the user can take options in a tree view by right-clicking. My popup menu is created using the commandbar object type, and is called cmdPopUpMenu.
How do I process the option taken? I have added options such as Edit, Delete etc., but I don't know how I detect when the option is clicked.
I thought I might be able to add a cmdPopUpMenu_Click() event, but I was wrong!
Thanks in advance.
I have created a popup menu programatically, so that the user can take options in a tree view by right-clicking. My popup menu is created using the commandbar object type, and is called cmdPopUpMenu.
How do I process the option taken? I have added options such as Edit, Delete etc., but I don't know how I detect when the option is clicked.
I thought I might be able to add a cmdPopUpMenu_Click() event, but I was wrong!
Thanks in advance.