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
  • Dorababu Meka

    Using Radio Button in GridView

    In this article I am going to give you a brief explanation regarding how to use a Radio button in gridview.
    Dorababu Meka May 12, 2010
  • Mike Gold

    Using ListViews in C#

    C# makes life a bit easier with a richer property and method set for ListViews. Here we will learn to use ListViews in C#.
    Mike Gold Jan 18, 2001
  • Mahesh Chand

    Working with Windows TabControl with C#

    Windows TabControl is a useful control that allows you display multiple dialogs tabs on a single form by switching between the tabs. In this tutorial, I will explain how to create and use a TabCont...
    Mahesh Chand Dec 16, 2003
  • Mahesh Chand

    MenuStrip In C#

    A Menu in C# is used for navigation. WinForms MenuStrip control represents menus in C#. In this tutorial, you'll learn how to implement menus using a MenuStrip in C# and WinForms.
    Mahesh Chand Jun 08, 2010
  • Duncan Harris

    Syntax Highlighting in RichTextBox Control - Part 2

    This article shows how to perform interactive syntax highlighting within the RichTextBox control.
    Duncan Harris Jun 12, 2003
  • Duncan Harris

    Syntax Highlighting in Rich TextBox Control - Part 1

    This article shows how to perform basic syntax highlighting using the RichTextBox control and C#.
    Duncan Harris Jun 12, 2003
  • Mahesh Chand

    RichTextBox in C#

    A RichTextBox control is an advanced text box that provides text editing and advanced formatting features including loading rich text format (RTF) files. In this article, I will demonstrate how to ...
    Mahesh Chand Aug 29, 2010
  • Shripad Kulkarni

    Editable ListBox Control

    A ListBox is a read-only list of items. But let us suppose your application needs to edit an item in a listbox at runtime.
    Shripad Kulkarni Jul 01, 2002
  • Devinder Arora

    Using ListBox in C#

    The source code demonstrates how to use a listbox control in C# - adding, deleting and altering strings.
    Devinder Arora Dec 28, 2004
  • Rohit Kainth

    Windows Functions - LAG() And LEAD()

    In this article, I am going to discuss the other Windows Functions such as Lead, Lag, First_Value and Last_Value. These functions also work on the Window or Grouped Row Data Set or Partition create...
    Rohit Kainth Oct 22, 2018
  • Mahesh Chand

    Working With Windows Forms FlowLayoutPanel

    The FlowLayoutPanel control is a container control that provides dynamically layout for the child controls that can be arranged horizontally or vertically. The flow direction of the control sets th...
    Mahesh Chand Jun 27, 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

    Toolbar In C#

    Build Toolbar In Visual Studio, C# Toolbar, C# ToolStrip, C# Toolbars. Toolbar Buttons,Toolbar Class,Toolbar Control, WinForms Toolbar Controls. ToolBar Windows Forms, Windows Toolbar control
    Mahesh Chand Jul 18, 2010
  • Mahesh Chand

    Build ToolBars Using ToolStrip Control In C#

    Code examples in this article demonstrates how to Create ToolStrip, Add ToopStrip Items Dynamically, Style ToolStrip Control, and Load Images In ToolStrip Items. C# ToolStrip, WinForms ToolStrip Co...
    Mahesh Chand Aug 15, 2010
  • Mike Gold

    How to Bring up a Find Dialog in the WebBrowser Control using Managed C++

    This article will answers the question, how do I bring up a find dialog in the Web Browser Control?. As easy as you would think this should be, it actually requires some COMplicated manipulation.
    Mike Gold Feb 07, 2007
  • 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

    Panel In C#

    In this article, we will demonstrate how to create and use a Panel Control in a Windows Forms application.
    Mahesh Chand Jul 15, 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