Windows Forms
How to Encrypt and Decrypt files using AES encryption algorithm in C#
7/16/2024 9:26:02 AM 25.96K
Encrypting and decrypting files using AES encryption in a C# Windows Forms application involves several steps.
Read moreHow to Extract the Icon Associated with a File in C#
7/16/2024 9:18:37 AM 6.54K
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 moreHow to Send SMS with 3G Modem in C#
7/16/2024 9:16:45 AM 13.23K
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#
7/16/2024 9:07:18 AM 18.33K
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#
7/16/2024 9:04:08 AM 24.98K
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#
7/16/2024 9:02:15 AM 7.77K
Creating an application contain multiple child form using Multiple Document Interface in C# Windows Forms.
Read moreHow to make a TextBox AutoComplete in C#
7/16/2024 9:01:20 AM 8.86K
Making an auto complete TextBox using sql database in C# Windows Forms Application.
Read moreHow to Embed YouTube Videos in C#
7/16/2024 8:59:42 AM 13.55K
To embed a Flash Player into a Windows Forms application in C#, you can use the Shockwave Flash Object COM component.
Read moreHow to Connect and Use Local Database in Visual Studio 2019
7/16/2024 8:57:30 AM 30.64K
To connect and use a local database in a C# Windows Forms application using Visual Studio 2019, you can follow these steps.
Read moreHow to encrypt a password in C#
7/16/2024 8:56:37 AM 14.55K
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