Windows Forms

How to Update Progress Bar from Async Task in C#
12/10/2024 9:16:44 AM  33.66K

Using IProgress<T> to update a ProgressBar from an asynchronous Task in a C# Windows Forms Application involves a few steps to properly handle the progress reporting and UI updates.

Read more
How to Export DataTable to CSV using CsvHelper in C#
12/10/2024 2:40:00 AM  20.73K

Using CsvHelper to export a DataTable to a CSV file in C# is quite straightforward.

Read more
How to Download and Install Metro Framework
12/10/2024 2:38:31 AM  47.42K

How to download and install Metro Framework from Nuget or offline without using Visual Studio.

Read more
How to Use Form Load and Button click Event in C#
12/10/2024 2:37:13 AM  27.18K

In C#, you typically handle events like Form Load and Button Click within a Windows Forms application.

Read more
How to Open and Read Excel Files in VB.NET
12/10/2024 2:35:26 AM  27.06K

To open and read Excel files using ExcelDataReader, ExcelDataReader.DataSet in VB.NET Windows Forms Application, you need to follow these steps

Read more
How to read CSV file in C#
12/10/2024 2:34:14 AM  9.79K

To read a CSV file in a C# Windows Forms Application, you can follow these steps.

Read more
How to Add close button to tab control in C#
12/10/2024 2:21:17 AM  17.35K

Adding a close button to each tab in a TabControl in a C# Windows Forms Application involves several steps.

Read more
How to Read QR Code from Webcam in C#
12/10/2024 2:20:12 AM  34.69K

To read a QR code from a webcam or camera in a C# Windows Forms Application using AForge.NET and ZXing.Net, you can follow these steps.

Read more
How To Read a Barcode From an Image in C#
12/10/2024 2:13:20 AM  10.91K

To read barcodes from images in a C# Windows Forms application using the ZXing.Net library, you can follow these steps.

Read more
How to use Material Design for .Net WinForms in C#
12/10/2024 2:05:21 AM  23.96K

There are several third-party frameworks and libraries that bring Material Design components to Windows Forms.

Read more