Question: Develop a simple Windows Forms Application of your own choice. It should take user input from one or several text boxes, perform some data manipulation,
Develop a simple Windows Forms Application of your own choice.
It should take user input from one or several text boxes, perform some data manipulation, and display the result.
Your application should use at least 5 of the following features (if you like, use more than 5, and add any additional features):
- Variables
- Button(s), Textbox(es)
- Label(s),
- MessageBox
- IF statement
- Loop
- Listbox
- Array or List
- Method(s)
- String Processing (SubString, concatenation)
Document your application and include into .DOC file:
- explanation of the purpose of the application
- source code with comments (recommended length: 50-100 lines of code, including comments)
- screenshots of the application run-time, demonstrating at least 3 different results, based on input provided.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
