This project is a simple C# WinForms application created to practice string variables and basic Windows Forms controls.
The application allows the user to enter personal information such as name, gender, age, and profession. Entered data can be saved to a ListBox, and all inputs can be cleared using a reset button.
This project was developed as part of a programming practice / homework to understand string variables and form-based user input handling.
- Input data using TextBox, ComboBox, and MaskedTextBox
- Save entered data to a ListBox
- Clear all form inputs
- Clear all saved ListBox data
- C#
- Windows Forms (WinForms)
- .NET Framework
- Learning string variables
- Understanding WinForms controls
- Practicing basic event-driven programming
- Educational use
- This project is intended for learning and practice purposes.
- No external libraries were used.