Windows Forms

How to Record voice in C#
1/17/2025 9:03:13 AM  10.73K

To record audio from a microphone in C# Windows Forms Application, you can use the Win32 API.

Read more
How to make a WhatsApp Messenger in VB.NET
1/17/2025 9:01:31 AM  30.15K

How to convert from C# to VB.Net and How to make a WhatsApp Messenger in Visual Basic .Net

Read more
How to Open and Read Excel Files in VB.NET
1/17/2025 8:59:09 AM  27.34K

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 use Advanced Filter DataGridView in C#
1/14/2025 4:09:51 AM  25.8K

Filtering a DataGridView by columns in C# using the Advanced DataGridView control involves several steps including setting up the control, handling user input for filtering, and applying filters dynamically.

Read more
How to Print DataGridView with Header & Footer with Landscape in C#
1/14/2025 3:17:02 AM  17.77K

To print data from a DataGridView in C# Windows Forms with a header, footer, and landscape orientation using the DGVPrinter library, you can follow these steps.

Read more
How to Implement Serial Communication in C#
1/14/2025 3:14:58 AM  21.75K

To implement serial communication in C#, you can use the System.IO.Ports.SerialPort class. This class allows you to interact with a serial port (e.g., COM1, COM2) for sending and receiving data.

Read more
How to Add Combobox to DataGridView in C#
1/14/2025 3:08:00 AM  9.41K

To add a ComboBox to a DataGridView in a Windows Forms application using C# and Entity Framework (Database First approach), you need to follow these steps.

Read more
How to Embed Windows Media Player on a Form in C#
1/14/2025 2:53:04 AM  11.22K

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
How to create a Task Manager in C#
1/14/2025 2:51:13 AM  9.44K

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#
1/14/2025 2:40:15 AM  10.08K

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

Read more