Windows Forms
How do I retrieve disk information in C#
7/13/2024 4:16:24 AM 4.14K
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 611
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.51K
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.44K
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 Excel Report in C#
7/13/2024 2:31:17 AM 10.71K
Generating an Excel report using ClosedXml.Report in a C# Windows Forms Application involves setting up ClosedXML and ClosedXml.Report packages, designing a template Excel file with placeholders, and populating it with data programmatically.
Read moreHow to Generate QR Code in VB.NET
7/13/2024 1:11:16 AM 535
To generate a QR Code in VB.NET using the ThoughtWorks.QRCode library, you'll need to follow these steps.
Read more