Windows Forms

How to create a Chromium Browser with Tabs in C# using CefSharp
7/16/2024 9:11:46 AM  19.08K

Using Chromium Browser with tabs involves creating a Windows Forms in C# and integrating CefSharp as the embedded browser.

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

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  17K

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 add a Button each row in a DataGridView in C#
7/16/2024 9:06:35 AM  38.59K

To add a button to each row in a DataGridView in a C# Windows Forms application, you can follow these steps.

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

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

Read more
How to Create and use User Control in C#
7/16/2024 9:02:52 AM  60.97K

Creating a user control in a C# Windows Forms application is a straightforward process.

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

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.26K

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.09K

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.25K

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

Read more