akosiraff

Download: Student Scores VB 2010

Jan 30th, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/student-scores-vb-2010/
  3. Assignment 7: Maintain student scores
  4. Prior to doing this assignment, you should have been through Chapters 1 through 10.
  5. For this project, you’ll develop an application that lets the user add students to a list, change the scores for a student in the list, and delete a student from the list.
  6. Operation
  7. • To display the total, count, and average for a student, the user selects the student from the list box. If the list box is empty, the total, count, and average labels should be cleared.
  8. • To add a new student, the user clicks the Add button to display the Add New Student dialog box.
  9. • To update an existing student’s scores, the user selects the student in the list box and clicks the Update button to display the Update Student Scores dialog box.
  10. • To delete a student, the user selects the student in the list box and clicks the Delete button.
  11. The design of the Add New Student form
  12. Operation
  13. • To add a new student, the user enters a student name and, optionally, one or more scores and clicks the OK button.
  14. • To add a score, the user enters a score and clicks the Add Score button. The score is added to the list of scores in the Scores label.
  15. • To remove all scores from the Scores label, the user clicks the Clear Scores button.
  16. • To cancel the add operation, the user clicks the Cancel button.
  17. The design of the Update Student Scores and Add/Update Score forms
  18. Operation
  19. • To add a score, the user clicks the Add button and enters the score in the Add Score dialog box that’s displayed.
  20. • To update a score, the user selects the score, clicks the Update button, and changes the score in the Update Score dialog box that’s displayed.
  21. • To remove a score from the Scores list box, the user selects the score and clicks the Remove button.
  22. • To remove all scores from the Scores list box, the user clicks the Clear Scores button.
  23. • To accept all changes, the user clicks the OK button.
  24. • To cancel the update operation, the user clicks the Cancel button.
  25. Specifications
  26. • This application should make sure that the user enters a name for a new student. However, a new student can be added without any scores.
  27. • This application should check all scores entered by the user to make sure that each score is a valid integer from 0 to 100.
  28. • When the application starts, it should load the list box with three sample students.
  29.  
  30. Download: http://solutionzip.com/downloads/student-scores-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment