home / developersection / category
ErrorProvider simplifies and streamlineserror presentation. It is an abstraction that shows errors on your form. It does not require a lot of work o
FolderBrowserDialog Control in C#.NetThe FolderBrowserDialog control is used to browse and select a folder. FolderBrowser class in framework provide
An OpenFileDialog control is used to select a file. OpenFileDialog provide files to the user and retrieves the user's file selection back to the program.
A ProgressBar control is used to represent the progress of operation that takes time to complete operation where a user has to wait for the operation to be finished.
The ToolTip Control in C#.NetA ToolTip control is used to display some text when the mouse is move over a control. This control is helpful in provid
RichTextBox Control in C#.NetWhereThe RichTextBox control enables text to be displayed with formatting in plain text or rich-text format (RTF). It
ToolStrip is a container for ToolStripItem elements. Each individual element on the ToolStrip is a ToolStripItem that manages the layout and event model for the type it contains.
MenuStrip Control in C#.NetWhere the MenuStrip class is the foundation of menus functionality in Windows Forms. If you have worked with menus in .N
StatusStrip control is a powerful StatusBar control. StatusStrip provides ProgressBar, DropdownButton, SplitButton, and Label features, you can add a progress
WebBrowser Control Enables to navigate Web pages inside your form. Navigate method of WebBrowser Control - Loads the document into the WebBrowser control.
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