Windows Forms

How to create a Chromium Browser using CefSharp in C#
7/16/2024 9:14:10 AM  38.4K

Creating a Chromium-based browser using CefSharp in a C# Windows Forms application involves several steps.

Read more
How to use Modern UI Metro Framework in C#
7/16/2024 9:10:54 AM  18.5K

To use the WinForms Modern UI Metro Framework in a C# Windows Forms application, follow these steps.

Read more
How to make an Application auto run on Windows startup in C#
7/16/2024 9:07:18 AM  17.39K

To run a C# application at Windows startup, you can achieve this by creating a registry entry or adding a shortcut to the Startup folder.

Read more
How to send SMS Messages to Mobile in C#
7/16/2024 9:04:08 AM  24.76K

To send an SMS using Clickatell in a C# Windows Forms application, you need to follow these steps.

Read more
How to use Multiple Document Interface (MDI) in C#
7/16/2024 9:02:15 AM  7.44K

Creating an application contain multiple child form using Multiple Document Interface in C# Windows Forms.

Read more
How to make a TextBox AutoComplete in C#
7/16/2024 9:01:20 AM  8.43K

Making an auto complete TextBox using sql database in C# Windows Forms Application.

Read more
How to Create a PDF document file in C#
7/16/2024 9:00:26 AM  9.2K

Creating a PDF document in C# using iTextSharp involves several steps.

Read more
How to Embed YouTube Videos in C#
7/16/2024 8:59:42 AM  13.36K

To embed a Flash Player into a Windows Forms application in C#, you can use the Shockwave Flash Object COM component.

Read more
How to Connect and Use Local Database in Visual Studio 2019
7/16/2024 8:57:30 AM  30.08K

To connect and use a local database in a C# Windows Forms application using Visual Studio 2019, you can follow these steps.

Read more
How to encrypt a password in C#
7/16/2024 8:56:37 AM  14.2K

Encrypt a password with MD5 in C# by entering text into a TextBox, then encrypting and displaying the result in a TextBox control.

Read more