Question: CSCI 2 7 lab 8 There should be ONLY two ( 2 ) Windows Forms included in the solution ( 1 0 points ) One

CSCI 27 lab 8
There should be ONLY two (2) Windows Forms included in the solution (10points)
One (1) form to authenticate users (labeled as Login Window)(2.5 points)
One (1) form to perform the user accessiblecalculation capabilities (labeled as Grade Calculator Window)(2.5 points)
The user should ONLY be granted access to the Grade Calculator Window if a valid user is authenticated (2 points)
There should be a module implemented to pass information between the two forms in the solution (2 points)
Only one (1) form (either the Login or the Calculator window) should be accessible to the user at a time (1 point)
Inputs should be cleared after each login attempt (1 point)
Using the following login username password pair, the app will load the Grade Calculator and the user will be able to use ALL calculation capabilities from Lab #8(2 points)
Using the following login username password pair, the app will load the Grade Calculator, but the user will ONLY have controls available to calculate an Exam Average (2 points)
Each character entered by the user for the password should be hidden by the "*" character (1 point)
Alert the user of an invalid username/password pair when authentication fails (1 point)
After 3 failed attempts (without a successful login), the user should be notified and App should close (1 point)
A successful authentication resets the "failed attempts" counter. (1 point)
A control to allow the user to return to the Login window (1 point)
If the user is authenticated as "dpiercejr", provide ALL of the Grade Calculator capabilities from Lab #8, except for the following: (2 points)
Do not show a label NOR place to show an Exam Average (2 points)
If the user is authenticated as "Student", provide ONLY the following capabilities of the Grade Calculator: (5 points)
At any time, the App should be able to return back from the Calculator Window to the Login Window without closing (1 point)

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 Programming Questions!