Windows Forms

Windows Forms: Autocomplete RichTextBox in C#
3/20/2020 11:24:59 AM  9.06K

This post shows you how to implement AutoComplete with RichTextBox using Autocomplete Menu library in C#.NET Windows Forms Application.

Read more
Windows Forms: MD5 encryption in C#
3/20/2020 11:24:24 AM  9.71K

This tutorial shows you how to encrypt plan text using MD5 algorithm in C#.NET Windows Forms Application.

Read more
Windows Forms: Monitoring data change using SqlDependency in C#
3/20/2020 11:23:52 AM  15.37K

This tutorial shows you how to detect changes with SqlDependency in C#.NET Windows Forms Application.

Read more
Windows Forms: Send text to Notepad in C#
3/20/2020 11:23:15 AM  7.59K

This article shows you how to pass data to the notepad using C#.NET Windows Forms Application.

Read more
Windows Forms: Encryption and Decryption using ROT13 in C#
3/20/2020 11:22:41 AM  7.73K

This tutorial shows you how to encrypt and decrypt using ROT13 algorithm in C#.NET Windows Forms Application.

Read more
Windows Forms: Convert string to binary in C#
3/20/2020 11:19:49 AM  5.15K

This tutorial shows you how to convert a string to binary in C#.NET Windows Forms Application.

Read more
Windows Forms: Search files in directory in C#
3/20/2020 11:19:07 AM  10.79K

This tutorial shows you how to search file in directory and subdirectories in C#.NET Windows Forms Application.

Read more
Windows Forms: Convert binary to text in C#
3/20/2020 11:18:28 AM  6.81K

This post will show you how to convert binary to text in C#.NET Windows Forms Application.

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

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

This tutorial shows you how to encrypt and decrypt using Triple DES (3DES) algorithm 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.9K

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: Generate QR Code with Logo in C#
3/19/2020 7:00:46 PM  21.63K

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

Read more