Search

How to Create a Youtube Search with Paging in C#
By Tan Lee Published on Jul 16, 2024 18.13K

To create a YouTube search with paging using the YouTube Data API in a C# Windows Forms Application, you'll need to integrate the YouTube API, handle perform searches, and implement paging to display results in your application.

Read more
How to Create Data Access with SQL Database in C#
By Tan Lee Published on Jul 16, 2024 15.46K

Accessing data from an SQL database using Dapper ORM in a C# Windows Forms Application involves several steps, including setting up your database connection, defining models, executing queries, and handling data retrieval.

Read more
How to Create CPU and RAM Monitor with Real time Charts in C#
By Tan Lee Published on Jul 16, 2024 23.56K

Creating a CPU and RAM monitor with real-time charts using Metro Framework, Performance Counter, and Chart controls in a C# Windows Forms Application involves several steps.

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

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 23.05K

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.67K

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.12K

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.22K

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 determine whether windows update is enabled in C#
By Tan Lee Published on Jul 10, 2024 695

In C#, you can determine whether Windows Update is enabled by using wuapi.dll

Read more
How to retrieve GPU, Hard Drive, Processor, OS, Printers, Network Information in C#
By Tan Lee Published on Jul 06, 2024 1.18K

In C#, you can retrieve various system information such as GPU, Hard Drive, Processor, OS using System.Management namespace.

Read more