Search
How to Make a File Browser in C#
By Tan Lee Published on Jul 16, 2024 33.42K
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.89K
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 12.2K
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 powershell commands in C#
By Tan Lee Published on Jul 06, 2024 1.47K
You can run PowerShell commands in c# by using the System.Management.Automation namespace, which provides classes for interacting with PowerShell from managed code.
Read moreHow to use InputSimulator in C#
By Tan Lee Published on Feb 15, 2025 627
If you’re a C# developer working with WinForms, you may have encountered the need to simulate key presses programmatically.
Read moreHow to implement Sciter in C#
By Tan Lee Published on Feb 15, 2025 238
Learn how to integrate and set up Sciter, a lightweight HTML and CSS UI engine, in your WinForms application.
Read moreHiding Data in Images Using Steganography in C#
By Tan Lee Published on Feb 15, 2025 351
Steganography is the technique of hiding data within files, such as images, to create "stegotext."
Read moreHow to access a SFTP server using SSH.NET in C#
By Tan Lee Published on Feb 15, 2025 708
To access an SFTP server using SSH.NET in C#, you need to follow these steps:
Read moreCurrent Thread Must Be Set to Single Thread Apartment (STA) Mode
By Tan Lee Published on Feb 15, 2025 428
To resolve the C# exception: "Current thread must be set to single thread apartment (STA) mode before OLE calls can be made," follow these steps:
Read moreHow to Run a C# WinForms App with Administrator Rights
By Tan Lee Published on Feb 15, 2025 694
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 more