Duration: 17:27 min
Summary: In this video, we add all the controls for the ‘Common Controls’ form. The form will contain: TextBoxes, MaskedTextBox, RadioButtons, GroupBox, ComboBox, Buttons, PictureBox, ToolTip, OpenFileDialog, and ErrorProvider. These types of controls are often used in a Windows application. We add the error provider to the required fields. When the user enters all the information and clicks on the submit button, the user input is displayed in a MessageBox. If the user clicks on the Cancel button, a confirmation box is displayed.