Windows Forms
How to Export data from DataTable to Excel in C#
By FoxLearn Published on Jul 16, 2024 16.22K
You can export data from a DataTable to an Excel file in a C# Windows Forms application using libraries like EPPlus or Microsoft Office Interop.
Read moreHow to Generate a backup script for SQL Server in C#
By FoxLearn Published on Jul 16, 2024 6.05K
To generate a backup script for SQL Server in a C# Windows Forms Application, you can use the Microsoft.SqlServer.Smo library, which is part of the SQL Server Management Objects (SMO) framework.
Read moreHow to download multiple files in C#
By FoxLearn Published on Jul 16, 2024 11.83K
Downloading multiple files in parallel in a C# Windows Forms Application can be achieved using asynchronous programming techniques.
Read moreHow to Move PictureBox with Arrow Keys in C#
By FoxLearn Published on Jul 16, 2024 10.01K
To move a PictureBox control using arrow keys in C#, you can handle the KeyDown event of the form or the control that hosts the PictureBox.
Read moreHow to Send SMS with 3G Modem in C#
By FoxLearn Published on Jul 16, 2024 13.45K
To send an SMS message using a GSM or 3G modem with AT commands in a C# Windows Forms application, follow these steps.
Read moreHow to make an Application auto run on Windows startup in C#
By FoxLearn Published on Jul 16, 2024 18.92K
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 moreHow to send SMS Messages to Mobile in C#
By FoxLearn Published on Jul 16, 2024 25.12K
To send an SMS using Clickatell in a C# Windows Forms application, you need to follow these steps.
Read moreHow to use Multiple Document Interface (MDI) in C#
By FoxLearn Published on Jul 16, 2024 8K
Creating an application contain multiple child form using Multiple Document Interface in C# Windows Forms.
Read moreHow to make a TextBox AutoComplete in C#
By FoxLearn Published on Jul 16, 2024 9.13K
Making an auto complete TextBox using sql database in C# Windows Forms Application.
Read moreHow to Embed YouTube Videos in C#
By FoxLearn Published on Jul 16, 2024 13.7K
To embed a Flash Player into a Windows Forms application in C#, you can use the Shockwave Flash Object COM component.
Read more