A simple Windows Forms app in C# to create a personal profile.
Users can enter their info, add a profile picture, write Bio and Hobbies, and review everything before confirming.
- Step-by-step tabs for personal info, picture, and additional info.
- Shows "Not Provided" if Bio or Hobbies are empty.
- Validation for required fields.
- Upload profile picture from multiple image formats.
- C# / .NET Windows Forms
- Structs and Enums for profile data
- PictureBox for images
- ErrorProvider for validation
- Enter your personal information (Name, Age, Gender).
- Upload a profile picture.
- Add optional Bio and Hobbies.
- Review your profile.
- Click Confirm to finish.