We have to make an application that will dynamically add a menu strip with menu items to a form(ie NOT dragged and dropped onto the form) in Visual Basic. The menu strip should be formed in the Form_Load event handler.
We have to use a TextBox for user input. If the user enters information into the TextBox and clicks on the Add Button, the text should be included to a ComboBox control.A Menu should then be formed that must be added to the menu strip dynamically.
There should be a second TextBox that will be used to add a new menu item to the menu that is presently selected in the ComboBox.
When a menu item is selected, it must simply show a MessageBox with the items name (For example, adding a menu item called View would show a MessageBox with the message "View"