Windows Forms
How to Create Barcode Images from a string in C#
By Tan Lee Published on Jul 16, 2024 12.66K
Creating barcode images from a string in a C# Windows Forms application using the BarcodeLib library is quite straightforward.
Read moreHow to Add close button to tab control in C#
By Tan Lee Published on Jun 21, 2024 18.49K
Adding a close button to each tab in a TabControl in a C# Windows Forms Application involves several steps.
Read moreHow to download multiple files in C# using Parallel
By Tan Lee Published on May 25, 2024 9.24K
Downloading multiple files in parallel in a C# Windows Forms Application can be efficiently achieved using asynchronous programming techniques along with Task and HttpClient.
Read moreHow to Create a Splash Screen in C#
By Tan Lee Published on Jun 15, 2024 23.46K
Creating a splash screen in a C# Windows Forms application involves creating a separate form that will be displayed for a short duration when the application starts.
Read moreHow to Convert an image to base64 in C#
By Tan Lee Published on Jun 14, 2024 18.27K
To convert an image to a Base64 string and vice versa in a C# Windows Forms Application, you can follow these steps.
Read moreHow to Encrypt and Decrypt ConnectionString in App.config file in C#
By Tan Lee Published on Jul 17, 2024 38.22K
Encrypting connection strings in app.config or web.config in C# is a common practice to secure sensitive information such as database credentials.
Read moreHow to Create a Geo Chart using LiveCharts in C#
By Tan Lee Published on Jun 25, 2024 10.75K
Creating a Geo Chart (GeoHeatMap) using LiveCharts in a C# Windows Forms Application involves a few steps to set up the environment and then configure the chart.
Read moreHow to create a Metro Message Box in C#
By Tan Lee Published on Jul 16, 2024 25.48K
Creating a Metro MessageBox using Metro Framework Modern UI Design in C# Windows Forms application.
Read moreHow to use Modern UI Metro Framework in C#
By Tan Lee Published on Jul 16, 2024 20.34K
To use the WinForms Modern UI Metro Framework in a C# Windows Forms application, follow these steps.
Read moreGetting Started with LiteDB database in C#
By Tan Lee Published on Jun 24, 2024 13.97K
Using LiteDB, a NoSQL database for .NET, in C# is straightforward and involves a few basic steps to get started.
Read more