Pilot: _________________________________________________________________
Navigator:___________________________________________________________
Objective: Select statements and list boxes
Instructions
- Create a project called Numbers
- The project's form should have:
- An input text box and output label. They need not have captions
- A list box containing the following options: "square", "cube", "root", and "reciprocal"
- Three buttons: Calculate, Clear, and Close. Thise buttons must have access keys assigned
- The form must also have a assigned an Accept button and Cancel button.
- When the use clicks the Calculate button, calculate the value the user has selected from the list box and display in the output label. Make sure you protect against invalid values
Wrap-up
Print this sheet and hand in
Grading
| Feature |
Points |
Out of |
Notes |
| Project set-up |
|
1 |
|
| Form features, including access keys and Accept and Cancel buttons |
|
2 |
|
| Select statement usage |
|
3 |
|
| Validations , calculations, and output |
|
4 |
|
|
|
|
|
| Total |
|
10 |
|
Notes
Comments (0)
You don't have permission to comment on this page.