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 NumbersChapter 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 MAssignmentYourLastname
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 locationOutside of loop
A loop should write the Accounts numbers listed below to the file.
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
