TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Windows Controls
FOLLOW
Welcome to Windows Controls section of C# Corner. In this section, you will find various Windows Controls related source code samples, articles, tutorials, and tips.
Articles
(171)
Blogs
(33)
Resources
(2)
Videos
(3)
News
(1)
Articles
Notify Icon In C#
In this article, I will discuss how to add a system tray icon for an application using the NotifyIcon in a Windows Forms application using Visual Studio 2010.
Mahesh Chand
Aug 26, 2010
NumericUpDown In C#
A NumericUpDown control allows users to provide a spin (up/down) interface to move through pre-defined numbers using up and down arrows. In this tutorial, we will see how to create a NumericUpDown ...
Mahesh Chand
Jun 22, 2010
LinkLabel In C#
A LinkLabel control is a label control that can display a hyperlink. A LinkLabel control is inherited from the Label class so it has all the functionality provided by the Windows Forms Label contro...
Mahesh Chand
Jul 08, 2010
PictureBox In C#
PictureBox control is used to display images in Windows Forms. In this article, I will discuss how to use a PictureBox control to display images in Windows Forms applications.
Mahesh Chand
Aug 24, 2010
Using Property Grid In C#
Property Grid control is one of the control we deal with all the time when writing UI applications. This article and attached source code shows how to use the Property Grid control in your applicat...
Mike Gold
Jun 30, 2004
PrintPreviewControl In C#
The PrintPreviewControl control represents the raw part of the print preview of a document that is ready go to the printer. In this article, I will discuss how to use a PrintPreviewControl control ...
Mahesh Chand
Sep 01, 2010
TrackBar In C#
In this article, I will discuss how to create and use a TrackBar control in a Windows Forms application using Visual Studio 2010. After that, I will discuss various properties and methods available...
Mahesh Chand
Jul 26, 2010
Calendar Control in C#
Here you will see how to use the Calendar Control in C#.
Gomathi Palaniswamy
Jun 17, 2011
SplitContainer In C#
The SplitContainer control provides the functionality of a splitter to divide and resize two controls. In this article, we will discuss how to create and use a SplitContainer control in a Windows F...
Mahesh Chand
Aug 17, 2010
ServiceController In C#
A ServiceController component allows us to access and manage Windows Services running on a machine. In this article, I will discuss how to a ServiceController class to load all services and get inf...
Mahesh Chand
Aug 27, 2010
TableLayoutPanel In C#
In this article, we will demonstrate how to create and use a TableLayoutPanel control in a Windows Forms application.
Mahesh Chand
Aug 18, 2010
StatusStrip Control In C#
The StatusStrip control available in Visual Studio 2005 is a powerful StatusBar control with the features provided by StatusBar in previous versions.
Mahesh Chand
Nov 15, 2005
Vertical ScrollBar In C#
A VScrollBar control is a supporting control that is used to add vertical scrolling capability to a control that does not have built-in scrolling such as a container control. You do not need this c...
Mahesh Chand
Jul 06, 2010
Tooltip In C#
In this article, I will discuss how to create and use a Tooltip control in a Windows Forms application using Visual Studio 2010. After that, I will discuss various properties and methods available ...
Mahesh Chand
Jul 27, 2010
MaskedTextBox In C#
In this article, I will discuss how to create a MaskedTextBox control in Windows Forms at design-time as well as run-time.
Mahesh Chand
Jul 16, 2010
Horizontal ScrollBar In C#
An HScrollBar control is a supporting control that is used to add horizontal scrolling capability to a control that does not have built-in scrolling such as a container control. You do not need thi...
Mahesh Chand
Jul 06, 2010
GroupBox In C#
A GroupBox control is a container control that is used to place Windows Forms child controls in a group. The purpose of a GroupBox is to define user interfaces where we can categories related contr...
Mahesh Chand
Jul 01, 2010
C# DateTimePicker Control
A DateTimePicker control allows users to select a date and time in Windows Forms applications. In this tutorial, we will see how to create a DateTimePicker control at design-time as well as at run-...
Mahesh Chand
Aug 23, 2010
DomainUpDown In C#
A DomainUpDown control allows users to provide a spin (up/down) interface to move through pre-defined strings using up and down arrows. In this tutorial, we will see how to create a DomainUpDown co...
Mahesh Chand
Jun 21, 2010
Windows Forms ChecksBox
A CheckBox control allows users to select a single or multiple options from a list of options. In this article, I will discuss how to create a CheckBox control in Windows Forms at design-time as we...
Mahesh Chand
Jun 11, 2010
No Records Available.
41
-
60
of
171
<<
1
2
3
4
5
>>
Introduction to MongoDB
Challenge yourself
Coding Best Practices
E-Book Download
Get Certified
Polygon