Windows Forms

Windows Forms: How to Create Thumbnail Image in C#
3/12/2024 8:38:11 AM  3.67K

This post shows you How to create thumbnail image in C# Windows Forms Application.

Read more
DevExpress: Fluent Design Form
3/12/2024 8:27:49 AM  16.44K

This post shows you How to create a Fluent Design Form in DevExpress using C# Windows Forms Application.

Read more
Windows Forms: How to add a Button each row in a DataGridView in C#
3/12/2024 1:23:11 AM  37.67K

This post shows you How to Add a button to each row in a DataGridView C# Windows Forms Application.

Read more
Windows Forms: How to Make a File Browser in C#
3/11/2024 3:10:54 PM  31.03K

This post shows you How to Make a File Browser using ListView control, then extract the icon associated with a file in C#. NET Windows Forms Application.

Read more
Windows Forms: How to Generate QR Code in VB.NET
3/10/2024 2:54:06 PM  36

This post shows you How to generate QR Code in VB.NET using ThoughtWorks.QRCode

Read more
Windows Forms: Record audio from microphone in C#
3/10/2024 1:56:18 AM  165

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
Windows Forms: How to Custom a Message Box in C#
3/9/2024 4:52:01 AM  51.22K

This post shows you How to Custom a Message Box in C# .NET Windows Forms Application.

Read more
Windows Forms: How to Create Barcode Image in VB.NET
3/9/2024 4:48:07 AM  10.73K

This post shows you How to Create Barcode Image using BarcodeLib in VB.NET Windows Forms Application.

Read more
Windows Forms: How to execute PowerShell script in C#
3/8/2024 1:35:19 AM  40.88K

This post shows you how to run PowerShell script file or cmdlets from C# .NET Windows Forms Application.

Read more
Windows Forms: Send an email using gmail API in C#
3/2/2024 2:17:47 AM  14.42K

This post shows you How to send an email using Gmail API in C# Windows Forms Application.

Read more
Windows Forms: Encryption and Decryption using RC4 in C#
2/26/2024 9:12:56 AM  10.89K

This tutorial shows you how to encrypt and decrypt string using RC4 (Rivest Cipher 4) algorithm in C#.NET Windows Forms Application.

Read more
Windows Forms: Record voice in C#
2/26/2024 7:11:48 AM  9.95K

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

Read more