tag

home / developersection / tag

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

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

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

TabControl in C#.Net
c# 24-Jan-2011
TabControl in C#.Net

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

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

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.

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

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

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

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

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.

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

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

How to Use Track Bar Control in C#
c# 21-Jan-2011
How to Use Track Bar Control in C#

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