Latest Posts

How to Generate Excel Report in C#
By Tan Lee Published on Jul 13, 2024 12.03K

Generating an Excel report using ClosedXml.Report in a C# Windows Forms Application involves setting up ClosedXML and ClosedXml.Report packages, designing a template Excel file with placeholders, and populating it with data programmatically.

Read more
How to use sweetalert2
By Tan Lee Published on May 28, 2024 12.68K

Sweetalert2 is a beautiful popup boxes helps you easily show a message box in your website.

Read more
How to Open and Show a PDF file in C#
By Tan Lee Published on Jul 31, 2017 17.88K

To embed and display a PDF file in a Windows Forms application using C# and Adobe Acrobat Reader, you can use the Adobe Acrobat Reader ActiveX control.

Read more
Flat Able Admin Dashboard Template
By Tan Lee Published on Nov 18, 2024 2.99K

Flat Able Lite is a free, fully responsive Bootstrap 4 HTML5 admin dashboard template with a clean, minimal single-page design.

Read more
How to Download Youtube Video in C#
By Tan Lee Published on Jun 20, 2024 28.5K

To download a video from YouTube in a C# Windows Forms Application using the YoutubeExtractor library, you can follow these steps.

Read more
How to Open and Read Excel Files in VB.NET
By Tan Lee Published on Jun 18, 2024 29.8K

To open and read Excel files using ExcelDataReader, ExcelDataReader.DataSet in VB.NET Windows Forms Application, you need to follow these steps

Read more
How to change the connection string in App.config dynamically in C#
By Tan Lee Published on Jul 16, 2024 36.88K

To change the ConnectionString at runtime in a C# Windows Forms application using App.config, you typically follow these steps.

Read more
How to Create a custom Message Box in C#
By Tan Lee Published on Jul 16, 2024 58.54K

To customize a message box in C#, you can use the built-in MessageBox class or create a custom dialog using a Form.

Read more
How to Get all Forms and Open Form with Form Name in C#
By Tan Lee Published on Jul 27, 2017 13.33K

In C#, you can dynamically open or call a form by its name at runtime using reflection or by managing a collection of form names and their associated instances.

Read more
How to scan IP address in a network using C#
By Tan Lee Published on May 28, 2024 22.22K

To scan a network for IP addresses in a C# Windows Forms Application, you typically need to send ICMP Echo requests (ping) to each IP address in the network range you want to scan.

Read more
How to Minimize application to system tray in C#
By Tan Lee Published on May 28, 2024 17.61K

Minimizing an application to the system tray in a C# Windows Forms application involves a few steps.

Read more
How to Read Excel file in C# using OleDb
By Tan Lee Published on May 27, 2024 11.2K

To read an Excel file in C# without using Interop and to get Excel sheet names using OleDb provider, you can follow these steps.

Read more