Button Control - C# GUI - The control of the Windows Forms button allows the user to click to execute an act...
Group Box Control - GUI C# - Windows Forms GroupBox controls are used to provide other controls with an iden...
Error Provider Control - GUI C# - The ErrorProvider component of Windows Forms is used to validate user inpu...
Masked Text Box Control - C# GUI - The mask is shown as a series of prompt characters and optional literal c...
Picture Box Control - C# GUI - The picturebox control of Windows Forms is used to show images in bitmap, GIF...
DataGridView Control - C# -The DataGridView control allows us to display data in tabular format using a powe...
DateTimePicker Control - C# - The DateTimePicker control allows us to select a date and time by editing the...
Checked List Box - C# GUI - The CheckedListBox contains a number of items in the list. The user can select a...
Web Browser - C# - The C# Web Browser controls enable us to host documents in our Windows Forms pages and ot...
Menu Strip Control - C# GUI - With this MenuStrip control, we can add a menu area and then add the default ...
Applications using a Multi-Document-Interface (MDI) allow multiple documents to be displayed simultaneously ...
Timer Control - C# GUI - Sometimes you may want to create a procedure that runs at certain times until a loo...
Button Control - C# GUI - The control of the Windows Forms button allows the user to click to execute an action. The Control button can display text a...
Group Box Control - GUI C# - Windows Forms GroupBox controls are used to provide other controls with an identifiable grouping. Using group boxes, you ...
Error Provider Control - GUI C# - The ErrorProvider component of Windows Forms is used to validate user input on a form or check. It is typically used...
Masked Text Box Control - C# GUI - The mask is shown as a series of prompt characters and optional literal characters,if a MaskedTextBox control is sh...
Picture Box Control - C# GUI - The picturebox control of Windows Forms is used to show images in bitmap, GIF or JPEG format, or in icon format.The ima...
DataGridView Control - C# -The DataGridView control allows us to display data in tabular format using a powerful and flexible way. It is easier to def...
DateTimePicker Control - C# - The DateTimePicker control allows us to select a date and time by editing the values shown in the control. If we click ...
Checked List Box - C# GUI - The CheckedListBox contains a number of items in the list. The user can select a box by checking each item. The Windows Fo...
Web Browser - C# - The C# Web Browser controls enable us to host documents in our Windows Forms pages and other Web browsers. In our C# projects we ca...
Menu Strip Control - C# GUI - With this MenuStrip control, we can add a menu area and then add the default menus or create personalized menus directl...
Applications using a Multi-Document-Interface (MDI) allow multiple documents to be displayed simultaneously in their own window, with each document. T...
Timer Control - C# GUI - Sometimes you may want to create a procedure that runs at certain times until a loop is finished or it runs when a set time i...