Windows Forms
How to Create Thumbnail Image in C#
By Tan Lee Published on Mar 31, 2024 4.68K
To create a thumbnail from an image in C#, you can use the System.Drawing namespace, which provides classes to work with images.
Read moreHow to Insert Update Delete View data in SQL Server using 3 Tiers in C#
By Tan Lee Published on Jun 25, 2017 6.89K
Implementing Insert, Update, Delete, and View (CRUD operations) in SQL Server using the 3-tier architecture in C# involves dividing your application into three layers:
Read moreHow to Print Receipt using Report Viewer in C#
By Tan Lee Published on May 26, 2017 22.85K
To create and print an RDLC report in a Windows Forms application with parameters in C#, follow these steps.
Read moreHow to Insert Update Delete Select in SQL Server in C#
By Tan Lee Published on Jun 25, 2017 6.6K
To perform Insert, Update, Delete, and Select operations in SQL Server using Entity Framework Database First in C#, you can follow these steps.
Read moreHow to create a Notification Popup in C#
By Tan Lee Published on Jun 21, 2017 15.26K
Creating a notification popup window in C# using the Tulpep.NotificationWindow library is a straightforward process.
Read moreHow to Print Orders/Receipt using Report Viewer in C#
By Tan Lee Published on Jun 21, 2017 22.49K
Printing orders or receipts using the Report Viewer in C# typically involves creating a report using Microsoft Report Viewer, binding it to your data, and invoking the print functionality.
Read moreHow to Read QR Code from Webcam in C#
By Tan Lee Published on Jul 16, 2024 36.23K
To read a QR code from a webcam or camera in a C# Windows Forms Application using AForge.NET and ZXing.Net, you can follow these steps.
Read moreHow To Read a Barcode From an Image in C#
By Tan Lee Published on Jun 15, 2024 11.48K
To read barcodes from images in a C# Windows Forms application using the ZXing.Net library, you can follow these steps.
Read moreHow to Link Chart /Graph with Database in C#
By Tan Lee Published on Jun 06, 2017 16.6K
Linking a chart or graph with a database in C# involves querying the database to fetch data and then using the data to populate the chart or graph.
Read moreHow To Use Metro Framework Metro Style Manager in C#
By Tan Lee Published on Jun 20, 2017 17.87K
The MetroFramework is a popular open-source library that provides a modern Metro UI for Windows Forms applications in C#.
Read more