Is it possible to add a menu while your prog is running. If it is (which Im pretty sure it is), how would add commands for the new menu you've created???????
Printable View
Is it possible to add a menu while your prog is running. If it is (which Im pretty sure it is), how would add commands for the new menu you've created???????
You can create in an index array for the menu. Then at run time, you can add other menu with index 1, 2, 3.... At design time you should have the command for your menu, which will active depending on the index. You can use Select Case for this.
Regards,
TheBao