Latest Posts
How to fix 'Failure sending mail' in C#
By Tan Lee Published on Jul 13, 2024 10.87K
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 moreHow to create a SplashScreen in C#
By Tan Lee Published on Jul 18, 2017 8.67K
To create a splash screen in a C# application using DevExpress, you can utilize the SplashScreenManager class provided by the DevExpress framework.
Read moreHow to make a WhatsApp Messenger in VB.NET
By Tan Lee Published on Jun 01, 2017 32.34K
How to convert from C# to VB.Net and How to make a WhatsApp Messenger in Visual Basic .Net
Read moreHow to Create a custom Progress Bar with Percentage in C#
By Tan Lee Published on Jul 15, 2017 16.31K
Creating a custom progress bar with a percentage in C# Windows Forms is straightforward.
Read moreHow to Print DataGridView with Header and Footer in C#
By Tan Lee Published on Jul 13, 2024 9.12K
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 moreHow to Copy a Selected Row From one DataGridView to another DataGridView in C#
By Tan Lee Published on Aug 13, 2017 13.96K
Copy selected row from one DataGridView to another DataGridView in C#
Read moreC# Tutorial
By Tan Lee Published on Jul 20, 2024 1.71K
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 moreSneat Admin Template
By Tan Lee Published on Feb 18, 2024 1.82K
Sneat Admin Template is a highly versatile and feature-rich free Bootstrap 5 HTML admin dashboard template designed specifically for developers.
Read moreHow to Auto increment version in Visual Studio
By Tan Lee Published on Jul 16, 2024 5.34K
To use the "Automatic Versions" extension in Visual Studio to automatically increment build numbers, follow these steps.
Read moreHow to Monitor data change using SqlDependency in C#
By Tan Lee Published on May 25, 2024 19.77K
To detect changes in a SQL Server database using SqlDependency in a C# Windows Forms Application, you need to follow these steps.
Read moreHow to Download and Install Crystal Report Runtime
By Tan Lee Published on Jul 06, 2024 16.63K
To download and install Crystal Report Runtime, you typically follow these steps.
Read moreHow to Create a Wait Form Dialog in C#
By Tan Lee Published on Jul 16, 2024 32.87K
Creating a wait dialog in a C# Windows Forms application can enhance user experience by providing feedback during long-running operations.
Read more