Latest Posts
How to Convert text to speech in C#
By Tan Lee Published on Jul 16, 2024 15.21K
In a C# Windows Forms Application, you can convert text to speech using the System.Speech.Synthesis namespace, which provides classes for speech synthesis (text-to-speech).
Read moreHow to create a Task Manager in C#
By Tan Lee Published on Jun 20, 2017 9.91K
To create a simple Task Manager in C# Windows Forms that can kill a process, you can follow these steps.
Read moreHow to read CSV file in C#
By Tan Lee Published on Jul 13, 2024 11.1K
To read a CSV file in a C# Windows Forms Application, you can follow these steps.
Read moreHow to Make a File Browser in C#
By Tan Lee Published on Jul 16, 2024 33.18K
To create a file browser using a ListView control in a C# Windows Forms Application and extract the icon associated with each file, you can follow these steps.
Read moreHow to Populate PowerPoint with values in C#
By Tan Lee Published on May 22, 2024 2.79K
To populate a PowerPoint presentation with values in C# Windows Forms using the PptxTemplater library, you can follow these general steps.
Read moreHow to Embed Windows Media Player on a Form in C#
By Tan Lee Published on Jul 16, 2024 11.93K
To embed Windows Media Player in C# Windows Forms application allow you to play various media formats such as WMV, MP3, MP4, WAV, and MKV...etc, you can follow these steps.
Read moreHow to Run a C# WinForms App with Administrator Rights
By Tan Lee Published on Feb 15, 2025 565
In this guide, we will discuss how to force a C# WinForms application to always run with elevated privileges (administrator rights), which is particularly useful for tasks requiring system-level access, like managing Windows services.
Read moreMazer Admin Template
By Tan Lee Published on May 02, 2024 1.49K
Mazer Dashboard is a free open source based on Bootstrap 5 Admin Dashboard Template and Landing Page
Read moreHow to change color of Progress Bar in C#
By Tan Lee Published on May 31, 2024 21.96K
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 Open word file in RichTextBox using C#
By Tan Lee Published on Jun 24, 2024 23.38K
To open a Word document into a RichTextBox control in a C# Windows Forms Application, you can use the Microsoft Office Interop libraries.
Read moreHow to create a Chart/Graph using RDLC Report in C#
By Tan Lee Published on Jun 06, 2017 12.87K
Creating a chart or graph in an RDLC (Report Definition Language Client-side) report using Microsoft Report Viewer involves several steps.
Read moreHow to Download and Install Metro Framework
By Tan Lee Published on Jul 16, 2024 48.46K
How to download and install Metro Framework from Nuget or offline without using Visual Studio.
Read more