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

    ToolStrip in C#

    In this article, I will discuss how to create and use a ToolStrip control and use its properties and methods.
    Mahesh Chand Aug 15, 2010
  • Mahesh Chand

    ComboBox in C#

    A ComboBox control is a combination of a TextBox and a ListBox control. Only one list item is displayed at one time in a ComboBox and other available items are loaded in a drop down list.
    Mahesh Chand Aug 09, 2010
  • Puran Mehra

    FileSystemWatcher in C#

    In this article I will explain you about FileSystemWatcher and IOException Class in C#.
    Puran Mehra Dec 14, 2009
  • Puran Mehra

    PageSetupDialog in C#

    In this article I will explain about the PageSetupDialog Control in GDI+ and how to use in a Windows Forms application using C#.
    Puran Mehra May 07, 2010
  • Mahesh Chand

    Splitter Control in C#

    This article demonstrates how to use Windows Forms Splitter control using C#.
    Mahesh Chand Mar 06, 2001
  • Mahesh Chand

    SplitContainer in C#

    If you have ever written Outlook type user interfaces using Windows Forms, you must be familiar with Splitter control. The Splitter control used to provide functionality to split two controls and d...
    Mahesh Chand Nov 15, 2005
  • Puran Mehra

    PerformanceCounter in C#

    In this article I will explain you about the PerformanceCounter control in C#.
    Puran Mehra Feb 10, 2010
  • Puran Mehra

    EventLog in C#

    In this article I will explain you about the Windows.Forms Namespace.
    Puran Mehra Feb 09, 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. Besides the StatusBar features, StatusStrip als...
    Mahesh Chand Nov 15, 2005
  • Mahesh Chand

    StatusBar in C#

    A StatusBar control is a combination of StatusBar panels where each panel can be used to display different information. In this article, I will discuss how to create and use a StatusBar using Statu...
    Mahesh Chand Jul 28, 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

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

    Radio Button in C#

    A RadioButton control provides a round interface to select one option from a number of options. Radio buttons are usually placed in a group on a container control such as a Panel or a GroupBox and ...
    Mahesh Chand Jul 20, 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

    PrintDialog in C#

    A PrintDialog control is used to open the Windows Print Dialog and let user select the printer, set printer and paper properties and print a file.
    Mahesh Chand Jul 13, 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

    Label in C#

    A Label control is used as a display medium for text on Forms. Label control does not participate in user input or capture mouse or keyboard events.
    Mahesh Chand Jul 07, 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

    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

    TextBox in C#

    A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue disc...
    Mahesh Chand May 25, 2010