IOT Virtual Conference - Register now to book your ticket and get updates
x
CONGRATULATIONS! C# Corner Q1, 2021 MVPs Announced
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
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
(173)
Blogs
(33)
Resources
(2)
Videos
(3)
News
(1)
All
Articles
Blogs
News
Videos
RECENT POSTS
Simple Color Syntax Code Editor for PHP written in C# and .NET: Part I
The Application is a simple Windows Form program that allows you to open and save the text files edited in the rich edit control, as well as print them out. The program takes advantage of a “syntax...
Mike Gold
May 21, 2020
C# Message Box
A C# MessageBox displays a popup message dialog with action buttons. In this article, you'll learn how to implement a Message Box in C# and Windows Forms.
Mahesh Chand
Mar 07, 2020
ComboBox In C#
C# ComboBox 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. In this article,...
Mahesh Chand
Mar 07, 2020
OpenFileDialog In C#
C# OpenFileDialog control is used to browse and select a file on a computer. In this article, you'll learn how to use the OpenFileDialog in C#.
Mahesh Chand
Mar 07, 2020
FolderBrowserDialog In C#
Learn how to use a C# FolderBrowserDialog with code example.
Mahesh Chand
Nov 19, 2019
Windows Community Toolkit 6.0 Available Now
Version 6.0 of Windows Community Toolkit arrives with ARM64 support to the toolkit and XAML Islands with .NET Core 3 support.
Kuldeep Singh
Nov 15, 2019
Implementing ButtonTextClear on TextBox WinForms
Add an 'X' button to clear TextBox content on Windows Forms Apps
Jefferson S. Motta
Nov 10, 2019
FileSystemWatcher in C#
In this article, learn how to use the C# FileSystemWatcher class to watch a directory and file changes in the directory using C#.
C# Curator
Oct 06, 2019
Save Your Precious Dev Time With Command Aliases In Windows Terminal
In this article, you will learn how to save your precious dev time with command aliases in a Windows Terminal.
Rahul Rai
Sep 20, 2019
FontDialog In C#
Learn how to use a C# FontDialog control to select and use a font in a Windows Forms app.
Mahesh Chand
Sep 14, 2019
How To Copy Data To Clipboard In C#
Learn how to copy data to clipboard in C# and read data back from the clipboard.
Mahesh Chand
Aug 22, 2019
Mastering RadioButton In C#
In this complete tutorial, learn everything about the RadioButton control in C#.
Mahesh Chand
Aug 19, 2019
BackgroundWorker In C#
C# BackgroundWorker component executes code in a separate dedicated secondary thread. In this article, I will demonstrate how to use the BackgroundWorker component to execute a time consuming proce...
Mahesh Chand
Jul 29, 2019
ListView in C#
The ListView in C# provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we will learn how to work with the Window...
Mahesh Chand
Jul 18, 2019
ListBox in C#
In this tutorial, we will learn how to create a C# ListBox control at design-time as well as at run-time. We will also see how to create a multiple-column ListBox control with single and multiple s...
Mahesh Chand
Jul 18, 2019
Button In C#
Button class in Windows Forms represents a C# Button control. This article demonstrates how to use a Button and its propertoes and methods in a Windows Forms application using C#.
Mahesh Chand
Jul 18, 2019
Communicating With Serial Port In C#
C# SerialPort class allows communication with a serial port in C#. Learn to write data via a serial port and receive data from a device connected to a serial port in C#.
Ryan Alford
Jun 25, 2019
DataGridView Control In C#
C# DataGridView. In this step by step tutorial, learn how to use the C# DataGridView Control in Visual Studio 2008.
Raj Kumar
Jun 04, 2019
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 16, 2019
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
Apr 02, 2019
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
Mar 28, 2019
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
Mar 17, 2019
SaveFileDialog In C#
Windows SaveFileDialog allows users to save a file. C# SaveFileDialog class represents a Save FileDialog control. In this code sample, you will learn how to use a SaveFileDialog in C# and Windows F...
Mahesh Chand
Feb 25, 2019
Syntax Highlighting in RichTextBox Control - Part 2
This article shows how to perform interactive syntax highlighting within the RichTextBox control.
Duncan Harris
Dec 06, 2018
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
Dec 06, 2018
View More
No Records Available.