Windows Forms

Windows Forms: Recaptcha using tesseract ocr in C#
3/20/2020 11:17:58 AM  15.71K

This tutorial shows how to solve recaptcha using tesseract ocr in C#.NET Windows Forms Application.

Read more
Windows Forms: Encryption and Decryption using Triple DES in C#
3/20/2020 11:16:38 AM  28.37K

This tutorial shows you how to encrypt and decrypt using Triple DES (3DES) algorithm in C#.NET Windows Forms Application.

Read more
Windows Forms: How to send mail using Gmail SMTP Server in C#
3/20/2020 11:15:49 AM  14.14K

This tutorial shows you how to send mail using gmail smtp server in C#.NET Windows Forms Application.

Read more
Windows Forms: Convert an image to base64 in C#
3/20/2020 11:13:59 AM  15.89K

This tutorial shows you how to convert an image to base64 string and base64 string to image in C#.NET Windows Forms Application.

Read more
Windows Forms: Custom color of Progress Bar in C#
3/20/2020 11:12:53 AM  9.65K

This tutorial shows you how to custom background color of Progress Bar in C#.NET Windows Forms Application.

Read more
Windows Forms: Generate QR Code with Logo in C#
3/19/2020 7:00:46 PM  21.61K

This post shows you How to Generate QR Code with Logo using ZXing.Net in C# .NET Windows Forms Application.

Read more
Windows Forms: Validation using Error Provider in C#
3/19/2020 6:59:03 PM  18.42K

This post shows you How to use Error Provider in C# .NET Windows Forms Application to Display Error Icons for Form Validation.

Read more
Windows Forms: Update Progress Bar from Async Task in C#
3/18/2020 7:18:53 PM  32.57K

This post shows you how to use IProgress to update the Progress Bar from Async/Await Task in C#.NET Windows Forms Application.

Read more
Windows Forms: How to Print RDLC Report without Report Viewer in C#
3/18/2020 7:11:53 PM  30.46K

This post shows you How to Print RDLC Report without Report Viewer in C# .NET Windows Forms Application.

Read more
Windows Forms: How to use webcam in C#
3/18/2020 7:06:58 PM  30.77K

This post shows you how to access webcam using AForge.NET in C# .NET Windows Forms Application.

Read more
Windows Forms: QR Code Scanner using Camera in C#
3/18/2020 7:06:23 PM  33.88K

This post shows you How to Read QR Code from Webcam or Camera using AForge , ZXing.Net in C# .NET Windows Forms Application.

Read more
Windows Forms: How to read .csv file in C#
3/18/2020 7:03:13 PM  28.9K

This post shows you How to read CSV file into datatable and show data in DataGridView using C# .NET Windows Forms Application.

Read more