Windows Forms

Windows Forms: How to generate QRCode in RDLC Report using C#
3/20/2020 11:27:41 AM  20.71K

This post shows you how to generate qr code in rdlc report using c#. You can use the qrcoder library to create qr code in c#.net windows forms application.

Read more
Windows Forms: Captcha generator in C#
3/20/2020 11:27:01 AM  6.98K

This post shows you how to create captcha in c# windows forms application. To create a captcha generator in c# programming is easy, you can easily follow the steps below.

Read more
Windows Forms: Read CSV file in C#
3/20/2020 11:26:35 AM  9.04K

This post shows you how to read csv file in c#, this example helps you create the csv parser in c# windows forms application.

Read more
Windows Forms: Download files with FTP in C#
3/20/2020 11:26:05 AM  10.19K

This post shows you how to download files from ftp server in C#.NET Windows Forms Application.

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

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

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

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

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

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

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

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

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

Read more