Windows Forms

How to Create Barcode Image in VB.NET
2/17/2025 2:13:11 AM  11.63K

Creating a barcode image using BarcodeLib in a VB.NET Windows Forms Application is straightforward.

Read more
How to Export DataTable to CSV in C#
2/17/2025 2:09:43 AM  5.26K

Exporting a DataTable to a CSV file in a C# Windows Forms application involves iterating through the rows and columns of the DataTable and writing them to a CSV file.

Read more
How to Create a Fluent Design Form in C#
2/17/2025 2:04:49 AM  17.56K

Creating a Fluent Design Form in a C# Windows Forms Application using DevExpress involves leveraging DevExpress's Fluent Design Form components and adjusting the appearance settings to achieve the desired Fluent Design style.

Read more
How to Convert text to speech in C#
2/17/2025 1:58:50 AM  14.99K

In a C# Windows Forms Application, you can convert text to speech using the System.Speech.Synthesis namespace, which provides classes for speech synthesis (text-to-speech).

Read more
How to create a Task Manager in C#
2/17/2025 1:56:52 AM  9.66K

To create a simple Task Manager in C# Windows Forms that can kill a process, you can follow these steps.

Read more
How to read CSV file in C#
2/17/2025 1:54:27 AM  10.59K

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

Read more
How to use a Webcam in C#
2/17/2025 1:53:08 AM  32.83K

To integrate a webcam into a C# Windows Forms Application using AForge.NET framework, you can follow these steps.

Read more
How to Make a File Browser in C#
2/17/2025 1:49:24 AM  32.73K

To create a file browser using a ListView control in a C# Windows Forms Application and extract the icon associated with each file, you can follow these steps.

Read more
How to Populate PowerPoint with values in C#
2/17/2025 1:48:25 AM  2.65K

To populate a PowerPoint presentation with values in C# Windows Forms using the PptxTemplater library, you can follow these general steps.

Read more
How to Embed Windows Media Player on a Form in C#
2/17/2025 1:41:47 AM  11.55K

To embed Windows Media Player in C# Windows Forms application allow you to play various media formats such as WMV, MP3, MP4, WAV, and MKV...etc, you can follow these steps.

Read more