Windows Forms

How to Create Barcode Images from a string in C#
7/16/2024 9:25:12 AM  11.73K

Creating barcode images from a string in a C# Windows Forms application using the BarcodeLib library is quite straightforward.

Read more
How to Create Barcode Image in VB.NET
7/16/2024 9:24:33 AM  10.94K

Creating a barcode image using BarcodeLib in a VB.NET Windows Forms Application is straightforward.

Read more
How to Copy file to another directory in C#
7/16/2024 9:21:33 AM  10.32K

To copy a file to another directory in a C# Windows Forms application, you can use the System.IO.File class, which provides a convenient method called Copy.

Read more
How to Extract the Icon Associated with a File in C#
7/16/2024 9:18:37 AM  5.81K

You can extract the icon associated with a file in a C# Windows Forms application using the Icon.ExtractAssociatedIcon method from the System.Drawing namespace.

Read more
How to Send SMS with 3G Modem in C#
7/16/2024 9:16:45 AM  12.46K

To send an SMS message using a GSM or 3G modem with AT commands in a C# Windows Forms application, follow these steps.

Read more
How to Embed Windows Media Player on a Form in C#
7/16/2024 9:15:53 AM  10.41K

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 more
How to create a Chromium Browser using CefSharp in C#
7/16/2024 9:14:10 AM  37.65K

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

Read more
How to create a Metro Message Box in C#
7/16/2024 9:13:07 AM  24.26K

Creating a Metro MessageBox using Metro Framework Modern UI Design in C# Windows Forms application.

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

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

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

Read more