Windows Forms
How to Read text file and Sort list in C#
12/1/2024 2:35:23 PM 7.02K
To read a text file and sort a list in C#, you can follow these steps.
Read moreHow to pass ListView row data into another Form in C#
12/1/2024 2:29:02 PM 8.05K
To pass data from a ListView row to another form in C#, you can follow these steps.
Read moreHow to use LINQ to SQL with Stored Procedures in C#
12/1/2024 2:18:19 PM 7.88K
An overview of using stored procedures with LINQ to SQL in C# Windows Forms
Read moreHow to make a WhatsApp Messenger in VB.NET
12/1/2024 1:56:36 PM 29.29K
How to convert from C# to VB.Net and How to make a WhatsApp Messenger in Visual Basic .Net
Read moreHow to use Ribbon Control in C#
12/1/2024 1:45:06 PM 10.06K
To create a Ribbon form using the DevExpress Ribbon Control in a C# .NET Windows Forms application, you need to follow a series of steps to set up the DevExpress Ribbon Control and configure its UI elements.
Read moreHow to create a Chart / Graph using RDLC Report in C#
12/1/2024 8:15:12 AM 12.24K
Creating a chart or graph in an RDLC (Report Definition Language Client-side) report using Microsoft Report Viewer involves several steps.
Read moreHow to read and write to text file in C#
12/1/2024 8:02:55 AM 10.58K
In C#, reading from and writing to a text file can be done using classes in the System.IO namespace, such as StreamReader, StreamWriter, File, and FileInfo.
Read moreHow to Insert Update Delete View and Search data from MySQL in C#
12/1/2024 7:54:45 AM 8.4K
To perform basic CRUD operations in C# with MySQL, you can use the MySQL.Data package, which provides a set of classes to connect to a MySQL database.
Read moreHow to create a SplashScreen in C#
12/1/2024 5:11:41 AM 7.66K
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 use SplashScreenManager in C#
12/1/2024 5:00:20 AM 8.81K
DevExpress SplashScreenManager is a powerful tool for displaying splash screens or wait forms in your application.
Read more