Latest Posts

How to Create a Login Form with SQL Server in C#
By Tan Lee Published on Jul 16, 2024 13.01K

Creating a login form in a C# Windows Forms Application that interacts with SQL Server using Entity Framework involves several steps.

Read more
How to use Xander UI Framework WinForm App in C#
By Tan Lee Published on May 27, 2024 23.75K

Using Xander UI Framework in a C# Windows Forms Application involves adding the framework's components to your project and utilizing them to enhance the visual appearance and functionality of your forms.

Read more
How to add a Button each row in a DataGridView in C#
By Tan Lee Published on Jul 16, 2024 42.3K

To add a button to each row in a DataGridView in a C# Windows Forms application, you can follow these steps.

Read more
Face Detection for .NET using Emgu CV in C#
By Tan Lee Published on Jun 25, 2024 23.96K

To detect faces using Emgu CV (OpenCV wrapper for C#) in a Windows Forms Application, you can follow these steps.

Read more
How to Upload a file to Web API in C#
By Tan Lee Published on Jul 16, 2024 21.32K

To upload files and submit form data to an ASP.NET Core Web API using RestSharp in a C# Windows Forms application, you can follow these steps.

Read more
How to create Chart/Graph in C#
By Tan Lee Published on Mar 30, 2019 19.04K

Creating charts/graphs like bar, line, and pie charts with data from a SQL Server database using C# typically involves the following steps.

Read more
How to capture image from webcam in C#
By Tan Lee Published on Nov 13, 2024 1.62K

To capture an image from a webcam in a C# Windows Forms application, you can use the AForge.NET

Read more
How to Download and Install DevExpress
By Tan Lee Published on Sep 08, 2020 13.03K

To download and install DevExpress controls in Visual Studio 2013/2015/2017/2019/2022, follow these steps.

Read more
How to Create a simple TCP/IP chat application in C#
By Tan Lee Published on Jul 16, 2024 85.91K

Creating a simple TCP/IP chat application using the SimpleTCP library in a C# Windows Forms application involves several steps.

Read more
How to Read a PDF file in C#
By Tan Lee Published on Jul 04, 2024 9.92K

To read a PDF file using iTextSharp in a C# Windows Forms Application, you'll need to follow these steps.

Read more
How to Send an email using gmail API in C#
By Tan Lee Published on Mar 02, 2024 16.57K

To send an email using the Gmail API in a C# Windows Forms Application, you'll need to follow these steps.

Read more
How to Print DataGridView with Header & Footer with Landscape in C#
By Tan Lee Published on Jun 19, 2017 18.37K

To print data from a DataGridView in C# Windows Forms with a header, footer, and landscape orientation using the DGVPrinter library, you can follow these steps.

Read more