Windows Forms
How to use BindingSource and BindingNavigator in C#
11/21/2024 2:04:38 PM 7.82K
Using BindingSource and BindingNavigator in a Windows Forms application simplifies data binding and navigation in a user interface.
Read moreHow to insert Math Equation in RichTextBox in C#
11/21/2024 1:55:43 PM 4.06K
Inserting an equation or MathType-like content into a RichTextBox in a C# Windows Forms application can be approached in several ways.
Read moreHow to Transfer Information between Forms in C#
11/21/2024 1:40:14 PM 5.56K
Transferring data between forms in a C# WinForms application can be achieved using several methods.
Read moreHow to use Context Menu Strip in C#
11/21/2024 1:21:53 PM 5.42K
In a Windows Forms application in C#, a ContextMenuStrip is used to create context menus that appear when you right-click on a control or form.
Read moreHow to Search files in directory in C#
11/21/2024 1:49:44 AM 11.59K
You can search for files in a directory and its subdirectories in a C# Windows Forms Application using the Directory class and the SearchOption.AllDirectories enumeration value.
Read moreHow to Build a Metro-Style Web Browser with Tabs in C#
11/20/2024 1:28:24 PM 7.42K
Creating a Metro-style web browser with tabs using the Modern UI in C# is a fun project that incorporates the use of Windows Forms and the WebBrowser control.
Read moreHow to Encrypt and Decrypt a String in C#
11/20/2024 1:09:05 PM 7.65K
The Eramake.eCryptography library provides a simple way to encrypt and decrypt strings in C#.
Read moreHow to Live Currency Converter in C#
11/20/2024 12:59:23 PM 7.88K
Creating a live currency converter in a C# Windows Forms application that fetches exchange rates using an online service involves a few steps.
Read moreHow to create a Metro Wait Form in C#
11/20/2024 12:58:21 PM 5.34K
To create a Metro-style WaitForm dialog in C# using the Metro Framework, you can follow these steps.
Read moreHow to Save TextBox, Label and CheckBox in User Settings in C#
11/20/2024 12:43:19 PM 11.69K
To save and load values from TextBox, Label, and CheckBox controls in user settings in a Windows Forms application, you can use the built-in Properties.Settings feature in C#.
Read more