Windows Controls
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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mike Gold

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Gomathi Palaniswamy

    Calendar Control in C#

    Here you will see how to use the Calendar Control in C#.
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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
  • Mahesh Chand

    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