Windows Forms
How to Download Youtube Video in C#
11/23/2024 4:19:51 AM 26.03K
To download a video from YouTube in a C# Windows Forms Application using the YoutubeExtractor library, you can follow these steps.
Read moreHow to Open and Read Excel Files in C#
11/23/2024 3:54:35 AM 15.23K
To open and read Excel files in a C# Windows Forms Application using ExcelDataReader and ExcelDataReader.DataSet, follow these steps.
Read moreHow to Change color of Progress Bar in C#
11/23/2024 3:27:20 AM 20.25K
In C#, you can change the color of a progress bar by customizing its appearance using the ProgressBar control provided by WinForms or WPF.
Read moreHow to make a Calculator using Dynamic Formula in C#
11/22/2024 2:06:38 PM 7.52K
Creating a calculator using dynamic formulas in a C# Windows Forms application involves several steps.
Read moreHow to create multi language using Resource Manager and Culture Info in C#
11/22/2024 1:51:27 PM 13.74K
To create a multi-language application in C# Windows Forms using Resource Manager and CultureInfo, follow these steps.
Read moreHow to Encode and Decode QR Code in C#
11/22/2024 8:34:22 AM 13.27K
To encode and decode QR codes using the MessagingToolkit.QRCode library in a Windows Forms application, you need to follow these steps
Read moreHow to Load selected columns data in DataGridView in C#
11/22/2024 8:19:04 AM 5.41K
To load selected columns of data into a DataGridView in C#, you can follow these steps.
Read moreHow to use Timer control in C#
11/22/2024 8:16:01 AM 4.48K
To use a timer control in a C# Windows Forms application, you can follow these steps.
Read moreHow to read .rtf file in C#
11/22/2024 7:53:42 AM 5.62K
To read a Rich Text Format (*.rtf) file and display its content in a RichTextBox control in C#, you can use the RichTextBox.LoadFile method.
Read moreHow to read text file (*.txt) in C#
11/22/2024 7:45:25 AM 12.9K
To read a .txt file and display its content in a TextBox in a C# application, you can follow these steps.
Read more