Registration System using VB.NET & MySQL Database with Source Code
Hi Guys! I would like to share this Simple School Registration System (flat UI design)using VB.NET framework 4.5 and MySQL Database. This simple program mainly registering Multiple types of users and login according to the user types. The main purpose I have shared in this simple program is to help other programmers especially those beginners and self-learners. In this system, only the admin user can create new student and faculty users. The page or form that the student and faculty will be redirected to is just a sample. The system will lock if the admin has already 3 logins failed attempts. The system will be unlocked after an hour.
Features
- Login
- Student Registration
- Faculty Registration
- Login Landing Page/Form According to user types
The source code is free to download. Just follow the instructions below to run this in your desktop or laptop.
How to Run
Requirements
- Download and Install Microsoft Visual Studio Software
- Download and Install XAMPP/WAMP or any equivalent for the MySQL Server
Installation
- Download and Extract the provided source code zip file. (download button is located below)
- Open your XAMPP/WAMP's Control Panel and start "MySQL". Start also the "Apache" if you wish to use the PHPMyAdmin to manage the database.
- Create a new database naming "db".
- Dump/Import the SQL file provided along with source code. The file is known as "db.sql" inside the "Login" folder.
- Locate the solution file in the extracted source code folder. The file is known as "Login.sln".
- Open the solution file with your MS Visual Studio Software.
- Press the "F5" key to run the project.
Admin Credentials
Username: Admin
Password: Admin
The password of the student is their student number and for the faculties is their employee number.
DEMO
That's it! I hope this project will help you with what you are looking for. Hopefully, you will learn something useful for your future projects in VB.NET.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 8248 views