This is a Windows Forms Application developed in C# using .NET Framework 4.7.2. The application includes multiple forms for user login, account creation, and other functionalities. It uses MySQL as the database for storing user information.
Form1.cs: The main login form where users can enter their username and password to log in. It connects to a MySQL database to verify user credentials.CreateAccount.cs: Allows users to create a new account by entering their details.LoginSuccess.cs: Displayed when a user successfully logs in.Form3.cs,Form4.cs,Form5.cs,Form6.cs,Form7.cs,Form8.cs,Form9.cs,Form10.cs: These forms represent different functionalities and features of the application.
- C#: The primary programming language used for developing the application.
- .NET Framework 4.7.2: The framework used for building the Windows Forms application.
- MySQL: The database used for storing user information.
- Windows Forms: The GUI framework used for creating the application's user interface.
MySql.Data: A .NET connector for MySQL, used for database operations.BouncyCastle.Cryptography: A cryptography library used for secure data handling.
-
Clone the repository:
git clone https://github.com/nimanthasupun/windows-form-application.git
-
Open the project in Visual Studio:
- Open Visual Studio.
- Click on
File-> Open ->Project/Solution. - Navigate to the cloned repository and select the
.slnfile.
-
Restore NuGet packages:
- Right-click on the solution in the Solution Explorer.
- Click on
Restore NuGet Packages.
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.