Question: Create a project with a following name: Week2_FirstName_LastName Reset all windows layout Create C# form windows application for a user wants to subscribe in a
Create a project with a following name: Week2_FirstName_LastName Reset all windows layout Create C# form windows application for a user wants to subscribe in a service in furniture company. The user must fill out the fields as shown in the table below. Many fields must meet the criteria in the constrains. The information can be divided into two main categories: Personal information, and Account information. Field Name First Name Last Name Phone Number Next Personal information form Toolbox Textbox Textbox Textbox Button constrains It must be not empty It must be not empty Move to next form (creating account form) Clear all textboxes Clear Button Create account Textbox User Name 1) user name must be at 5 characters Optional: 2) creating global variables called Users as array as follows: String users ("Ahmad100 "Fahad200", "Sami1223 "Mojed3344", "A56646") 3) Then, the program must check the user is available or not. Once the username is used, the user must insert new username Password 2 Text boxes 1) password must be shown as 2) check if the values of the two text boxes are similar or not. If they are not same, you ist clarify both text boxes to set up new password again Move back to personal information form Back Button notice to open form from formi write the following: form2 name new form20): name.show()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
