Windows Forms

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

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.05K

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.6K

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.2K

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 13K

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.68K

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.23K

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.11K

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
How to Create a Metro TextBox in C#
By Tan Lee Published on Jul 16, 2024 23.39K

To create a Metro TextBox using the Metro Framework (MetroModernUI) in a C# Windows Forms application, follow these steps.

Read more
How to use Aero Wizard in C#
By Tan Lee Published on Mar 18, 2024 10.91K

The Aero Wizard control in C# Windows Forms applications provides an easy way to create wizard-like interfaces where users can navigate through a series of steps.

Read more