Question: Assignment Content You will be creating a program for this module s assignment. You will be creating a application that writes a series of Account

Assignment Content
You will be creating a program for this modules assignment.
You will be creating a application that writes a series of Account Numbers(Chapter 5) to a file and then reads those numbers in the file looking for a matching Account Number.
Your application should meet the following objectives:
Create your project as M6Assignment_YourLastname
NOTE: All controls and variables should be correctly named using the naming standards indicated in the text.
Variables are NOT single letters.
One form graphic and color on the form that represents the grade calculator.
When a button is clicked the program should do the following:
Use a SaveFileDialog control to let the user specify the files name and location(Outside of loop)
A loop should write the Accounts numbers listed below to the file.
1750219,2419590,2545408,2931356,3080098,3164838,4282637,4449539,4578589,
5104726,5333174,6086650,6749941,6755963,8149420,9387197,9526981,9718904
A Textbox so the user can enter an Account Number for the program to search for a match.
A second button should do the following:
Use an OpenFileDialog control to let the user select the file to be read.
Read the file and check for a Matching Account Number that was entered by the user in the file.
If a Match is Found display in a MessageBox control that the Account number is "Valid".
If No match is found display in a Messagebox Control that the Account number is "Not Valid".

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!