Windows Forms

How to Generate Excel Report in C#
7/13/2024 2:31:17 AM  10.51K

Generating an Excel report using ClosedXml.Report in a C# Windows Forms Application involves setting up ClosedXML and ClosedXml.Report packages, designing a template Excel file with placeholders, and populating it with data programmatically.

Read more
How to Record audio from microphone in C#
7/13/2024 2:26:46 AM  416

To record audio from a microphone in C#, you can use the NAudio library, which is a popular library for working with audio in .NET.

Read more
How to read CSV file in C#
7/13/2024 1:12:58 AM  9.3K

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

Read more
How to Generate QR Code in VB.NET
7/13/2024 1:11:16 AM  262

To generate a QR Code in VB.NET using the ThoughtWorks.QRCode library, you'll need to follow these steps.

Read more
How to display PDF in form C#
7/12/2024 3:18:41 PM  274

To display a PDF within a Windows Forms application using C#, you can use the WebBrowser control, which is capable of rendering PDF files if Adobe Acrobat Reader or another PDF viewer plugin is installed on the user's machine.

Read more