Question:
I’m trying to create a drop-down sub menu in a VB form. I’ve tried almost every applicable API32 call and have not been able to do it.
Answer:
If you are simply trying to create a menu with a subitem you can do so in the Menu Editor; creating a top level menu and indenting, then adding the next menu item.
If you are trying to create a context menu (a menu that appears on a right click event), you can create a regular menu and submenu as described above, then, on the MouseDown event of the form check if the right mouse button is pressed down and call the Form’s PopupMenu method followed by the name of the top-level menu.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























