category

home / developersection / category

Multithreading in C#
c# 26-Aug-2014
Multithreading in C#

In this article I’m explaining about multithreading in c#.

Join, Sleep and Interrupt methods in C# Threading
c# 26-Aug-2014
Join, Sleep and Interrupt methods in C# Threading

In this article I’m explaining about how to work thread in c#.

Check device connect to PC by c#
c# 10-Oct-2013
Check device connect to PC by c#

In this article I’m trying to make a small demo which is fetching all attached USB Devices from your computer.

Introduction to inheritance
c# 06-Jun-2012
Introduction to inheritance

Inheritance is the ability to create a class from another class, the "parent" class, extending the functionality and state of the parent in the derived, or "child" class.

The PrintPreviewDialog and PrintDialog Control in C#.Net
c# 25-Jan-2011
The PrintPreviewDialog and PrintDialog Control in C#.Net

PrintDocument PrintPreviewDialog and PrintDialog Control in C#.NetWhere, The PrintDialogControls are used to open the Windows Print Dialog. The Prin

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

The DataRepeater control allows you to display rows of your data in a scrollable container giving you more flexibility and customization than standard grid controls.

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

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.