category

home / developersection / category

ErrorProvider Control  in C#.Net
c# 24-Jan-2011
ErrorProvider Control in C#.Net

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#.Net
c# 24-Jan-2011
FolderBrowserDialog Control in C#.Net

FolderBrowserDialog Control in C#.NetThe FolderBrowserDialog control is used to browse and select a folder. FolderBrowser class in framework provide

OpenFileDialog Control in C#.Net
c# 24-Jan-2011
OpenFileDialog Control in C#.Net

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.

ProgressBar Control in C#.Net
c# 24-Jan-2011
ProgressBar Control in C#.Net

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.

ToolTip Control in C#.Net
c# 24-Jan-2011
ToolTip Control in C#.Net

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#.Net
c# 24-Jan-2011
RichTextBox Control in C#.Net

RichTextBox Control in C#.NetWhereThe RichTextBox control enables text to be displayed with formatting in plain text or rich-text format (RTF). It

ToolStrip Control in C#.Net
c# 24-Jan-2011
ToolStrip Control in C#.Net

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#.Net
c# 24-Jan-2011
MenuStrip Control in C#.Net

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 in C#.Net
c# 24-Jan-2011
StatusStrip Control in C#.Net

StatusStrip control is a powerful StatusBar control. StatusStrip provides ProgressBar, DropdownButton, SplitButton, and Label features, you can add a progress

WebBrowser Control in C#.Net
c# 24-Jan-2011
WebBrowser Control in C#.Net

WebBrowser Control Enables to navigate Web pages inside your form. Navigate method of WebBrowser Control - Loads the document into the WebBrowser control.

TreeView Control in C#.Net
c# 24-Jan-2011
TreeView Control in C#.Net

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

Timer Control in C#.Net
c# 24-Jan-2011
Timer Control in C#.Net

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