Windows Forms
How to Create a Fluent Design Form in C#
7/13/2024 4:17:59 AM 17.26K
Creating a Fluent Design Form in a C# Windows Forms Application using DevExpress involves leveraging DevExpress's Fluent Design Form components and adjusting the appearance settings to achieve the desired Fluent Design style.
Read moreHow do I retrieve disk information in C#
7/13/2024 4:16:24 AM 4.29K
To retrieve disk information in a C# Windows Forms Application, you can utilize the DriveInfo class from the System.IO namespace.
Read moreHow to Create a Lucky Draw games in C#
7/13/2024 2:43:44 AM 770
Implementing a 'Lucky Draw' functionality in a C# Windows Forms Application involves several steps to handle UI, logic, and random selection.
Read moreHow to Create captcha in C#
7/13/2024 2:43:20 AM 7.69K
Creating a CAPTCHA in a C# Windows Forms Application involves generating an image with random characters and some level of distortion to make it difficult for automated programs to recognize.
Read moreHow to create and write data to an Excel file in VB.NET
7/13/2024 2:36:34 AM 13.67K
To create and write data to an Excel file in a VB.NET Windows Forms Application using EPPlus, you'll need to follow these steps.
Read moreHow to Generate QR Code in VB.NET
7/13/2024 1:11:16 AM 657
To generate a QR Code in VB.NET using the ThoughtWorks.QRCode library, you'll need to follow these steps.
Read more