home / developersection / tag
ErrorProvider simplifies and streamlineserror presentation. It is an abstraction that shows errors on your form. It does not require a lot of work o
RichTextBox Control in C#.NetWhereThe RichTextBox control enables text to be displayed with formatting in plain text or rich-text format (RTF). It
The TreeView control is used to display a hierarchy of nodes. You can expand and collapse these nodes by clicking them.Drag and drop TreeView contro
The Timer Control plays an important rolein the development of programs both Client side and Server side development as well as in Windows Services. W
The TabControl control is a container control that allows you to display multiple tab on a single form and it allowed switching between the tabs. How
The Panel control is similar to the GroupBox control; however, only the Panel control can have scroll bars, and only the GroupBox control displays a caption.
A DateTimePicker control allows you to select a date and time, and to display that date and time in the specified format. How to Use DateTimePicker C
LinkLabel is a class that is derived from label class so it has all the functions of label class. But LinkLabel control works as a hyperlink and its
ListBox stores several text items. It can interact with other controls, including Button controls. We use this control in Windows Forms. In the exampl
Button class in Windows Forms represents a Button control. Whenever button clicks, the Click event handler is invoked. You can place code in the Click event handler to perform any action you choose.
The TextBox control is used to display or accept as input, a single line of text. Its control has additional functionality that is not found in the
A TrackBar control provides a simple interface that allows the user to set a value from a fixed range of values by graphically manipulating a slider with the