Windows Forms-Lesson 2-Working with ComboBox and Menu | .net courses
After adding the combo box on the tool strip, we hooked up the tool strip with the status strip.
"
OBS: download the application please visit www.mrbool.com/player
Title: Windows Forms-Lesson 2-Working with ComboBox and Menu
Duration: 17 minutes
Summary: In this video, we continue the discussion of windows forms. After adding the combo box on the tool strip, we hooked up the tool strip with the status strip. So when the user selects a color from the drop down, the color is reflected in the status strip. Then we added a menu to the main form. The menu contains an item that allows us to load a ‘Common Controls’ form. This form is currently empty. But in the next video we will add many controls to it. We also added shortcut keys to the menu items. With that we can select ‘Alt-E’ to trigger the ‘Explore’ menu. We also added support for the control key so the user can select ‘Ctrl+C’ to load the common controls form.
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: Windows Forms and .NET 3.5
Keywords: Form, ToolStrip, StatusStrip, ComboBox, menu, submenu, shortcut keys.
Help us to improve! Give us your feedback: