Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download: http://solutionzip.com/downloads/student-scores-2-vb-2010/
- Assignment 16: Maintain student scores (text file)
- For this project, you’ll develop an application similar to the technicians database that let the user maintain a list of student scores. For this project, though, you’ll use a text file to store the student data.
- Specifications
- • When this application starts, it should read student data from a text file named StudentScores.txt in the C:\VB 2010\Files directory and display this data in the Students list box. If this directory or file doesn’t exist, it should be created.
- • When students are added, updated, or deleted, this application should write the student data to the StudentScores.txt file, overwriting any existing data.
- • This application should use a class named StudentDB to read data from and write data to the StudentScores.txt file.
- Download: http://solutionzip.com/downloads/student-scores-2-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment