Skip to content

🖥️This is a Windows Forms Application developed in C# using .NET Framework 4.7.2. It includes multiple forms for user login, account creation, and other functionalities, with MySQL as the database for storing user information.

Notifications You must be signed in to change notification settings

NimanthaSupun/windows-_form_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖥️ Windows Form Application

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.


🗂️ Key Files and Their Purpose

  • 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.

🛠️ Technologies Used

  • 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.

📦 Dependencies

  • MySql.Data: A .NET connector for MySQL, used for database operations.
  • BouncyCastle.Cryptography: A cryptography library used for secure data handling.

🚀 Installation and Setup

  1. Clone the repository:

    git clone https://github.com/nimanthasupun/windows-form-application.git
    
  2. Open the project in Visual Studio:

    • Open Visual Studio.
    • Click on File -> Open -> Project/Solution.
    • Navigate to the cloned repository and select the .sln file.
  3. Restore NuGet packages:

    • Right-click on the solution in the Solution Explorer.
    • Click on Restore NuGet Packages.

🤝 Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

About

🖥️This is a Windows Forms Application developed in C# using .NET Framework 4.7.2. It includes multiple forms for user login, account creation, and other functionalities, with MySQL as the database for storing user information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages