Question: human computer Interaction use Microsoft visual studio C# language Create a form that allows members to log in and view special promotions for Elite Store.
human computer Interaction use Microsoft visual studio C# language

Create a form that allows members to log in and view special promotions for Elite Store. The member name is entered in a text box, and the member ID is entered in a masked text box that allows five numeric digits. Include two buttons: one for Sign In, and one for Exit. Use a group box of radio buttons for the departments (Books-Music- Periodicals- and coffee Bar), and another group box to visually separate the data entry boxes (the member name and ID). A check box allows the user to choose whether an image should display for the selected department. You will need an image to display for each department. When the program begins, the Department group box should be disabled and visible, while the image control, and the check box should be invisible. When the user clicks on the Sign In button: Data entry boxes and labels should disappear, the "sign in" button should be disabled. While the department section, image, and the check box should appear. (Hint: If you place the data entry controls in a group box, you can simply set the group box visibility to False.) Add ToolTips as appropriate. The ToolTip for the Member ID text box should say: "Your 5 digit member number." Create a form that allows members to log in and view special promotions for Elite Store. The member name is entered in a text box, and the member ID is entered in a masked text box that allows five numeric digits. Include two buttons: one for Sign In, and one for Exit. Use a group box of radio buttons for the departments (Books-Music- Periodicals- and coffee Bar), and another group box to visually separate the data entry boxes (the member name and ID). A check box allows the user to choose whether an image should display for the selected department. You will need an image to display for each department. When the program begins, the Department group box should be disabled and visible, while the image control, and the check box should be invisible. When the user clicks on the Sign In button: Data entry boxes and labels should disappear, the "sign in" button should be disabled. While the department section, image, and the check box should appear. (Hint: If you place the data entry controls in a group box, you can simply set the group box visibility to False.) Add ToolTips as appropriate. The ToolTip for the Member ID text box should say: "Your 5 digit member number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
