Home > Software engineering >  Could you tell me how to dynamically add 1 level menu, in the dynamic secondary menu, there are pict
Could you tell me how to dynamically add 1 level menu, in the dynamic secondary menu, there are pict

Time:10-14



Please attach a code, thank you

CodePudding user response:

The CreatePopupMenu function creates a drop - down menu, submenu, or shortcut menu. The menu is initially empty. You can insert or append menu items by using The InsertMenuItem function. You can also use The InsertMenu function to insert menu items and The AppendMenu function to append menu items.