Windows Forms
How to fill ComboBox and DataGridView automatically in C#
By Tan Lee Published on Jul 26, 2017 7.27K
To automatically populate a ComboBox and a DataGridView in C#, you typically need to bind these controls to data sources.
Read moreHow to Read text file and Sort list in C#
By Tan Lee Published on Jul 04, 2017 7.74K
To read a text file and sort a list in C#, you can follow these steps.
Read moreHow to pass ListView row data into another Form in C#
By Tan Lee Published on Jul 26, 2017 8.65K
To pass data from a ListView row to another form in C#, you can follow these steps.
Read moreHow to use LINQ to SQL with Stored Procedures in C#
By Tan Lee Published on Jul 24, 2017 8.29K
An overview of using stored procedures with LINQ to SQL in C# Windows Forms
Read moreHow to use Ribbon Control in C#
By Tan Lee Published on Apr 08, 2019 10.58K
To create a Ribbon form using the DevExpress Ribbon Control in a C# .NET Windows Forms application, you need to follow a series of steps to set up the DevExpress Ribbon Control and configure its UI elements.
Read moreHow to Insert Update Delete View and Search data from MySQL in C#
By Tan Lee Published on Jun 01, 2017 9.06K
To perform basic CRUD operations in C# with MySQL, you can use the MySQL.Data package, which provides a set of classes to connect to a MySQL database.
Read moreHow to use SplashScreenManager in C#
By Tan Lee Published on Jul 23, 2017 9.46K
DevExpress SplashScreenManager is a powerful tool for displaying splash screens or wait forms in your application.
Read moreHow to make a Countdown Timer in C#
By Tan Lee Published on Jul 11, 2017 17.22K
Creating a countdown timer in C# can be done using a System.Timers.Timer.
Read moreHow to Create a Splash Screen with Progress Bar in C#
By Tan Lee Published on May 16, 2024 7.45K
Creating a splash screen with a progress bar in a C# Windows Forms Application involves a few steps.
Read moreHow to Display selected Row from DataGridView to TextBox in C#
By Tan Lee Published on Jul 25, 2017 5.11K
How to Display selected Row from DataGridView to TextBox in C#
Read more