Windows Forms

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

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.9K

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.44K

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

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

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

Read more
Windows Forms: Copy file with progress bar in C#
2/20/2024 6:30:30 AM  17.19K

This post shows you how to copy file with progress bar in C#.NET Windows Forms Application.

Read more
Windows Forms: Change color of Progress Bar in C#
2/20/2024 1:51:38 AM  19.05K

In C#, you can change the color of a progress bar by customizing its appearance using the ProgressBar control provided by WinForms or WPF

Read more
How to create a Lucky Draw games in C#
2/19/2024 7:20:42 AM  145

This post shows you How to implement 'Lucky Draw' functionality in C#

Read more
Windows Forms: Insert Update Delete From Database in VB.NET
4/27/2021 2:57:22 AM  33.14K

This post shows you how to Insert Update Delete From Database using Entity Framework in VB.NET Windows Forms Application

Read more
Windows Forms: Youtube Search with Paging in C#
3/13/2021 2:03:46 PM  17.27K

This post shows you How to create a YouTube search with paging using YouTube search API in C# .NET Windows Forms Application

Read more
Windows Forms: How to send SMS Messages to Mobile or Cell phone in C#
3/13/2021 1:33:05 PM  24.16K

This post shows you how to send SMS to mobile or cell phone in C# Windows Forms Application

Read more
Windows Forms: Drag and drop image from one PictureBox to another PictureBox in C#
1/24/2021 1:34:24 AM  10.11K

This post shows you how to drag and drop an image from one PictureBox to another PictureBox in C# Windows Forms Application.

Read more
DevExpress: Radial Menu in C#
1/19/2021 8:15:51 AM  13.74K

This post shows you how to create and show a Radial Menu in C# DevExpress Windows Forms Application.

Read more