Windows Forms

How to Print Text in a Windows Form Application Using C#
By Tan Lee Published on May 23, 2017 13.71K

Printing text in a Windows Forms application involves using the PrintDocument class and its associated events.

Read more
How to Create a Modern Windows 8 UI with the Metro Framework in C#
By Tan Lee Published on Jul 15, 2017 8.83K

o create a modern Windows 8 UI with the Metro Framework in C#, follow these steps.

Read more
How to create a Web Browser with Tabs in C#
By Tan Lee Published on Jul 04, 2017 12.44K

Creating a simple web browser with tabs in C# can be done using the WebBrowser control.

Read more
How to fill ComboBox and DataGridView automatically in C#
By Tan Lee Published on Jul 26, 2017 7.34K

To automatically populate a ComboBox and a DataGridView in C#, you typically need to bind these controls to data sources.

Read more
How to Read text file and Sort list in C#
By Tan Lee Published on Jul 04, 2017 7.85K

To read a text file and sort a list in C#, you can follow these steps.

Read more
How to pass ListView row data into another Form in C#
By Tan Lee Published on Jul 26, 2017 8.75K

To pass data from a ListView row to another form in C#, you can follow these steps.

Read more
How to use LINQ to SQL with Stored Procedures in C#
By Tan Lee Published on Jul 24, 2017 8.35K

An overview of using stored procedures with LINQ to SQL in C# Windows Forms

Read more
How to use Ribbon Control in C#
By Tan Lee Published on Apr 08, 2019 10.65K

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 more
How to Insert Update Delete View and Search data from MySQL in C#
By Tan Lee Published on Jun 01, 2017 9.16K

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 more
How to use SplashScreenManager in C#
By Tan Lee Published on Jul 23, 2017 9.56K

DevExpress SplashScreenManager is a powerful tool for displaying splash screens or wait forms in your application.

Read more