Windows Forms

How to create Charts and Graphs in Crystal Report
7/16/2024 8:27:56 AM  7.15K

Creating charts and graphs in Crystal Reports within a C# Windows Forms application involves several steps.

Read more
How to Search data from Database in C#
7/16/2024 7:32:58 AM  22.47K

To search data in a SQL database using a C# Windows Forms Application, you typically follow these steps.

Read more
How do I retrieve disk information in C#
7/13/2024 4:16:24 AM  4.39K

To retrieve disk information in a C# Windows Forms Application, you can utilize the DriveInfo class from the System.IO namespace.

Read more
How to Create a Lucky Draw games in C#
7/13/2024 2:43:44 AM  865

Implementing a 'Lucky Draw' functionality in a C# Windows Forms Application involves several steps to handle UI, logic, and random selection.

Read more
How to Create captcha in C#
7/13/2024 2:43:20 AM  7.87K

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 more
How to create and write data to an Excel file in VB.NET
7/13/2024 2:36:34 AM  13.87K

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 more
How to Generate QR Code in VB.NET
7/13/2024 1:11:16 AM  755

To generate a QR Code in VB.NET using the ThoughtWorks.QRCode library, you'll need to follow these steps.

Read more