Question: Create an application that stores data about your DVD collection in a file. The application should have a structure to hold the following fields: Video
Create an application that stores data about your DVD collection in a file. The application should have a structure to hold the following fields: Video Name, Year Produced, Running Time, and Rating. The application should allow the user to save the data to a file, search the file for a video by name, and print a report listing all the video records in the file.
Step by Step Solution
3.38 Rating (157 Votes )
There are 3 Steps involved in it
Code Imports SystemIO Imports SystemIOFileStream Structure Video Dim videoName As String Dim yearProduced As Integer Dim runningTime As String Dim rating As String End Structure Public Class Form1 Dim ... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
1013-C-S-O-S (846).docx
120 KBs Word File
