Windows Forms

How to Restore SQL Database Backup in C#
By Tan Lee Published on Jun 21, 2017 11.08K

Restoring a SQL Server database from a backup using C# involves utilizing the SQL Server Management Objects (SMO) library.

Read more
How to Create Login Form with MySQL in C#
By Tan Lee Published on Jun 01, 2017 7.26K

Creating a login form in a C# application that connects to a MySQL database involves several steps.

Read more
How to Print Windows Form in C#
By Tan Lee Published on Jul 02, 2017 11.55K

To print a Windows Form in C#, you'll need to use the PrintDocument class along with the PrintPreviewDialog and PrintDialog to set up and manage the printing process.

Read more
How to Create a Metro ListView in C#
By Tan Lee Published on Jul 16, 2024 26.19K

To create a Metro ListView using the Metro Framework in a C# Windows Forms Application, follow these steps.

Read more
How to Create a Material Design Login Form in C#
By Tan Lee Published on Jul 16, 2024 37.75K

Creating a Material Design login form using MaterialSkin for Windows Forms involves several steps to set up the necessary components, styles, and functionality.

Read more
How to Make a Calculator in C#
By Tan Lee Published on Jul 16, 2024 24.35K

Creating a simple calculator in a C# Windows Forms Application involves designing a UI with buttons for numbers, operations, and a text box to display input and results.

Read more
How to Create a Phone Book in C#
By Tan Lee Published on Jul 16, 2024 13.1K

Creating a Phone Book, Telephone Diary application using datatable, dataset, read & write xml file in C# Windows Forms Application.

Read more
How to Create a Digital Clock in C#
By Tan Lee Published on Jul 16, 2024 15.81K

To create a digital clock using CircularProgressBar in a C# Windows Forms Application, you'll need to use the CircularProgressBar control from the CircularProgressBar NuGet package.

Read more
How to Create a Modern UI Login Form in C#
By Tan Lee Published on Jul 16, 2024 32.38K

Creating a modern UI login form using Metro Framework in a C# Windows Forms Application involves using Metro controls to achieve a sleek and modern look.

Read more
How to Create a Metro Splash Screen in C#
By Tan Lee Published on Jul 16, 2024 10.18K

To create a Metro splash screen with a Metro progress bar using Metro Framework in a C# Windows Forms Application, you'll need to follow these steps.

Read more