Change Menu Item at run-time

  • Thread starter Thread starter Marco Biagioni
  • Start date Start date
M

Marco Biagioni

Can someone explain me how can i add menu items to my main menu at run-time?
For example opening a file i would like add some new voices to menu...i made
this in Visual C++ using MFC creating
2 menus that were called when a file was opened...so i can do something
similar in .Net?
 
Can someone explain me how can i add menu items to my main menu at run-time?
For example opening a file i would like add some new voices to menu...i made
this in Visual C++ using MFC creating
2 menus that were called when a file was opened...so i can do something
similar in .Net?

Google will get you a lot of examples. Here is one:

<http://www.java2s.com/Code/VB/GUI/CreateMenuatruntime.htm>
The interesting code is in the Form1_Load method.
 
Back
Top