Latest Posts

How to Upload Image to Server in C#
By Tan Lee Published on Jul 17, 2024 14.11K

To upload an image to a web server in a C# Windows Forms application, you can use the HttpClient class or RestSharp to send a POST request with the image data as a multipart form data.

Read more
How to Add a Custom Prerequisites to Visual Studio Setup Project
By Tan Lee Published on Jul 13, 2024 19.61K

To add the Microsoft Access Database Engine as a prerequisite in a Visual Studio Setup Project, follow these steps.

Read more
How to fix 'Failure sending mail' in C#
By Tan Lee Published on Jul 13, 2024 9.93K

Fixing "Failure sending mail" issues in C# when using Office 365 for sending emails typically involves ensuring that your SMTP settings and authentication credentials are correctly configured.

Read more
How to create a SplashScreen in C#
By Tan Lee Published on Jul 18, 2017 8.34K

To create a splash screen in a C# application using DevExpress, you can utilize the SplashScreenManager class provided by the DevExpress framework.

Read more
How to make a WhatsApp Messenger in VB.NET
By Tan Lee Published on Jun 01, 2017 31.46K

How to convert from C# to VB.Net and How to make a WhatsApp Messenger in Visual Basic .Net

Read more
How to Create a custom Progress Bar with Percentage in C#
By Tan Lee Published on Jul 15, 2017 15.59K

Creating a custom progress bar with a percentage in C# Windows Forms is straightforward.

Read more
How to Print DataGridView with Header and Footer in C#
By Tan Lee Published on Jul 13, 2024 8.64K

Printing a DataGridView with header and footer in C# involves several steps, including setting up the printing functionality, handling page breaks, and customizing headers and footers.

Read more
How to Copy a Selected Row From one DataGridView to another DataGridView in C#
By Tan Lee Published on Aug 13, 2017 13.45K

Copy selected row from one DataGridView to another DataGridView in C#

Read more
C# Tutorial
By Tan Lee Published on Jul 20, 2024 1.11K

This tutorial is designed to guide you through the fundamentals and advanced concepts of C#, a versatile and powerful programming language developed by Microsoft.

Read more
Sneat Admin Template
By Tan Lee Published on Feb 18, 2024 1.22K

Sneat Admin Template is a highly versatile and feature-rich free Bootstrap 5 HTML admin dashboard template designed specifically for developers.

Read more
How to Auto increment version in Visual Studio
By Tan Lee Published on Jul 16, 2024 3.77K

To use the "Automatic Versions" extension in Visual Studio to automatically increment build numbers, follow these steps.

Read more
How to Monitor data change using SqlDependency in C#
By Tan Lee Published on May 25, 2024 17.19K

To detect changes in a SQL Server database using SqlDependency in a C# Windows Forms Application, you need to follow these steps.

Read more