Windows Forms

How to use Modern UI Metro Framework in C#
12/12/2024 3:08:04 PM  9.44K

Designing a modern UI for a WinForms application using the Metro Framework is a straightforward process.

Read more
How to use DevExpress Themes/Skins in C#
12/12/2024 2:51:43 PM  11.93K

To use the DevExpress Skin Manager in a C# Windows Forms application, you need to follow a few steps to apply and customize the UI skin.

Read more
How to Create a Metro Login form with SQL Server in C#
12/12/2024 2:50:33 PM  6.76K

To create a Metro-style login form in C# with SQL Server, follow these steps.

Read more
How to Create CPU and Memory Monitor using Metro Modern UI in C#
12/12/2024 2:41:41 PM  8.31K

Creating a CPU and memory monitor in C# with the Metro Framework involves integrating system performance counters and a visually appealing user interface.

Read more
How to Create a Metro Modern Flat UI Dashboard in C#
12/12/2024 2:31:50 PM  37.43K

Creating a Metro Modern Flat UI Dashboard in C# using the Metro Framework and Modern UI involves several steps.

Read more
How to record audio from microphone in C#
12/11/2024 9:54:48 AM  1.51K

To record audio from a microphone in C#, you can use the NAudio library, which is a popular library for working with audio in .NET.

Read more
How To Open and Read an Excel file into a ListView in C#
12/11/2024 9:50:13 AM  10.74K

To open and read an Excel spreadsheet into a ListView in a C# Windows Forms Application, you'll need to use the Microsoft.Office.Interop.Excel library, which allows you to interact with Excel files programmatically.

Read more
How to Create Thumbnail Image in C#
12/11/2024 9:48:00 AM  4.36K

To create a thumbnail from an image in C#, you can use the System.Drawing namespace, which provides classes to work with images.

Read more
How to Insert Update Delete View data in SQL Server using 3 Tiers in C#
12/11/2024 2:43:46 AM  6.65K

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 more
How to Print Receipt using Report Viewer in C#
12/10/2024 3:21:14 PM  22.32K

To create and print an RDLC report in a Windows Forms application with parameters in C#, follow these steps.

Read more