akosiraff

Download: Student Scores 2 VB 2010

Jan 30th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/student-scores-2-vb-2010/
  3. Assignment 16: Maintain student scores (text file)
  4. 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.
  5. Specifications
  6. • 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.
  7. • When students are added, updated, or deleted, this application should write the student data to the StudentScores.txt file, overwriting any existing data.
  8. • This application should use a class named StudentDB to read data from and write data to the StudentScores.txt file.
  9.  
  10. Download: http://solutionzip.com/downloads/student-scores-2-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment