Search
How to Create a Phone Book in C#
By Tan Lee Published on Jul 16, 2024 13.11K
Creating a Phone Book, Telephone Diary application using datatable, dataset, read & write xml file in C# Windows Forms Application.
Read moreHow to Create a Digital Clock in C#
By Tan Lee Published on Jul 16, 2024 15.84K
To create a digital clock using CircularProgressBar in a C# Windows Forms Application, you'll need to use the CircularProgressBar control from the CircularProgressBar NuGet package.
Read moreHow to Create a Modern UI Login Form in C#
By Tan Lee Published on Jul 16, 2024 32.4K
Creating a modern UI login form using Metro Framework in a C# Windows Forms Application involves using Metro controls to achieve a sleek and modern look.
Read moreHow to Create a Metro Splash Screen in C#
By Tan Lee Published on Jul 16, 2024 10.19K
To create a Metro splash screen with a Metro progress bar using Metro Framework in a C# Windows Forms Application, you'll need to follow these steps.
Read moreHow to Create a Metro TextBox in C#
By Tan Lee Published on Jul 16, 2024 23.51K
To create a Metro TextBox using the Metro Framework (MetroModernUI) in a C# Windows Forms application, follow these steps.
Read moreHow to use Aero Wizard in C#
By Tan Lee Published on Mar 18, 2024 11K
The Aero Wizard control in C# Windows Forms applications provides an easy way to create wizard-like interfaces where users can navigate through a series of steps.
Read moreHow to Encrypt and Decrypt plain string using ROT13 in C#
By Tan Lee Published on Jun 21, 2024 8.65K
Encrypting and decrypting using ROT13 in C# is straightforward due to its simplicity. ROT13 is a simple substitution cipher that replaces each letter with the letter 13 positions after it in the alphabet.
Read moreHow to Encrypt and Decrypt plain string using Triple DES in C#
By Tan Lee Published on Jun 21, 2024 29.62K
Encrypting and decrypting using Triple DES (Data Encryption Standard) in C# involves several steps.
Read moreWebcam Face Detection for .NET using EMGU.CV in C#
By Tan Lee Published on Jun 20, 2024 20.71K
Implementing face detection from a webcam or camera using EMGU.CV in a C# Windows Forms Application involves several steps.
Read moreCRUD Web Service Call Function In C#
By Tan Lee Published on May 30, 2024 9.2K
To call a web service in a C# Windows Forms Application using a WSDL (Web Services Description Language), you can follow these steps.
Read more