Latest Posts
How to Create a System tray Notification in C#
By Tan Lee Published on Jul 16, 2024 9.78K
To create a system tray application in C# using the NotifyIcon control, how to minimize your application to the system tray, display a balloon tip with custom title and description, and ensure proper handling of application exit.
Read moreHow to Create a PDF document file in C#
By Tan Lee Published on Jul 16, 2024 9.68K
Creating a PDF document in C# using iTextSharp involves several steps.
Read moreHow to Encrypt and Decrypt data using RSA in C#
By Tan Lee Published on Jun 01, 2024 20.56K
Encrypting and decrypting strings using the RSA algorithm in a C# Windows Forms Application involves generating RSA key pairs, encrypting the data with the public key, and decrypting it with the private key.
Read moreHow to Send and Receive email in Microsoft Outlook using C#
By Tan Lee Published on Jun 02, 2017 14.79K
To send and receive emails in C# using Microsoft Outlook, you can use the Microsoft.Office.Interop.Outlook library, which provides a way to interact with Outlook programmatically.
Read moreHow to print a PDF file in C#
By Tan Lee Published on Jul 08, 2024 1.65K
Printing a PDF file in C# can be accomplished using libraries like RawPrint or Adobe Acrobat.
Read moreHow to use Context Menu Strip in C#
By Tan Lee Published on Jul 15, 2017 5.87K
In a Windows Forms application in C#, a ContextMenuStrip is used to create context menus that appear when you right-click on a control or form.
Read moreHow to Upload and Display Image In PictureBox Using C#
By Tan Lee Published on Jul 17, 2024 11.31K
To upload and display an image in a PictureBox control in a C# Windows Forms Application, you can follow these steps.
Read moreHow to use GeckoFx Web Browser in C#
By Tan Lee Published on Jun 08, 2024 9.56K
GeckoFX is an embedded browser component leveraging Mozilla's Gecko rendering engine for use in C# Windows Forms applications involves a few steps.
Read moreHow to Create Barcode Image in VB.NET
By Tan Lee Published on Jul 16, 2024 11.93K
Creating a barcode image using BarcodeLib in a VB.NET Windows Forms Application is straightforward.
Read moreHow to Export DataTable to CSV in C#
By Tan Lee Published on Jul 16, 2024 5.46K
Exporting a DataTable to a CSV file in a C# Windows Forms application involves iterating through the rows and columns of the DataTable and writing them to a CSV file.
Read moreHow to Create a Fluent Design Form in C#
By Tan Lee Published on Jul 13, 2024 17.92K
Creating a Fluent Design Form in a C# Windows Forms Application using DevExpress involves leveraging DevExpress's Fluent Design Form components and adjusting the appearance settings to achieve the desired Fluent Design style.
Read moreLogin Form in HTML & CSS
By Tan Lee Published on Nov 11, 2024 1.23K
This is a simple yet elegant login form designed using only HTML and CSS.
Read more