A simple C# Windows Forms application to register students and display them in a ListBox. Built as a learning project, it demonstrates basic form handling, object-oriented programming, and Windows Forms UI.
- Input First Name, Middle Name, Last Name, Gender, and Date of Birth.
- Display all registered students in a ListBox.
- Simple and clean Windows Forms UI.
- Clears input fields after registration for easy multiple entries.
- Stores student data as Student objects, making it easy to extend functionality later.
- Clone this repository:
git clone https://github.com/YourUsername/StudentRegistrationApp.git-
Open the solution file (.sln) in Visual Studio.
-
Build and run the project (press F5 or click Start).
