Windows Forms
How to use Ribbon Control in C#
12/1/2024 1:45:06 PM 10.15K
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.41K
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.75K
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.57K
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.79K
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.94K
DevExpress SplashScreenManager is a powerful tool for displaying splash screens or wait forms in your application.
Read moreHow to create Chart/Graph in C#
12/1/2024 4:53:20 AM 18.09K
Creating charts/graphs like bar, line, and pie charts with data from a SQL Server database using C# typically involves the following steps.
Read moreHow to make a Countdown Timer in C#
12/1/2024 3:15:53 AM 16.37K
Creating a countdown timer in C# can be done using a System.Timers.Timer.
Read moreHow to Create a Splash Screen in C#
11/29/2024 9:48:48 AM 22.35K
Creating a splash screen in a C# Windows Forms application involves creating a separate form that will be displayed for a short duration when the application starts.
Read moreHow to Create a Splash Screen with Progress Bar in C#
11/29/2024 9:38:58 AM 7.09K
Creating a splash screen with a progress bar in a C# Windows Forms Application involves a few steps.
Read more