Windows Forms

How to create Charts and Graphs in Crystal Report
By Tan Lee Published on Jul 16, 2024 7.36K

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#
By Tan Lee Published on Jul 16, 2024 22.96K

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#
By Tan Lee Published on Jul 13, 2024 4.65K

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#
By Tan Lee Published on Jul 13, 2024 1.09K

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#
By Tan Lee Published on Jul 13, 2024 8.15K

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
By Tan Lee Published on Jul 13, 2024 14.22K

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
By Tan Lee Published on Jul 13, 2024 924

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

Read more