Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

ISBN: 0123814790, 9780123814791

More Books

Students also viewed these Databases questions

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago