Windows Forms
How to Encrypt and Decrypt data using RSA in C#
7/26/2024 1:59:17 AM 19.35K
Encrypting and decrypting strings using the RSA algorithm in a C# Windows Forms Application involves generating RSA key pairs, encrypting the data with the public key, and decrypting it with the private key.
Read moreHow to Create a Metro GridView in C#
7/22/2024 2:13:59 AM 27K
To use Metro GridView with Metro Framework in a C# Windows Forms application, and then retrieve data from a SQL database using Entity Framework, follow these steps.
Read moreHow to Create a Material Design Login Form in C#
7/22/2024 2:13:53 AM 36.72K
Creating a Material Design login form using MaterialSkin for Windows Forms involves several steps to set up the necessary components, styles, and functionality.
Read moreHow to Make a Calculator in C#
7/22/2024 2:13:46 AM 23.37K
Creating a simple calculator in a C# Windows Forms Application involves designing a UI with buttons for numbers, operations, and a text box to display input and results.
Read moreHow to Use Form Load and Button click Event in C#
7/20/2024 3:23:53 AM 26.82K
In C#, you typically handle events like Form Load and Button Click within a Windows Forms application.
Read moreHow to Create a Phone Book in C#
7/20/2024 3:23:38 AM 12.45K
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#
7/20/2024 2:35:37 AM 15.01K
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#
7/20/2024 2:34:21 AM 31.38K
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#
7/20/2024 2:34:14 AM 9.68K
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#
7/20/2024 2:34:08 AM 22.78K
To create a Metro TextBox using the Metro Framework (MetroModernUI) in a C# Windows Forms application, follow these steps.
Read more