Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Start a new project in Visual Studio Add a menu The top level of the menu should read (3 menuitems) o File View About Under

image text in transcribed

Start a new project in Visual Studio Add a menu The top level of the menu should read (3 menuitems) o File View About Under the file menu add 2 submenu items First one called Part 2 opens a second form. On that form: o Allow the user to enter 2 numbers o When the user clicks a button, divide the first number by the second and display the results in a label control Clearly label everything so user is not confused o Use a try/catch block to detect errors I will check that you used a type double (not integer) I will check for divide by zero and I will try putting letters in to crash it. Catch any of these errors You may have to check denominator for a 0 and if so throw your own error The second one called Exit allows the user to exit the program Under View add three submenus (red, green, blue) Under the About add an About Us menu item The about us menu item should load another page that has a label and a button. o The label or labels should tell about the program and have your name as the programmer o The button should hide or close the about us form The View menu should have three items that allow the user to change the background color of the form . Create three icons, red, green and blue (You can use Paint to do this) Add a toolbar with these three icons and program them to do the same as the menu items, also add these icons to each red green and blue menuitem Add a context menu that appears when the user right clicks the form o Make sure it's the form you click on, Some students have made the mistake of adding it to a control o It should also have three items (red, green, blue) o It should also change the background colors accordingly o It should also have the colored icons Add a status bar that display the current color of the background, make sure background color of form does nnot show in statusstrip label Start a new project in Visual Studio Add a menu The top level of the menu should read (3 menuitems) o File View About Under the file menu add 2 submenu items First one called Part 2 opens a second form. On that form: o Allow the user to enter 2 numbers o When the user clicks a button, divide the first number by the second and display the results in a label control Clearly label everything so user is not confused o Use a try/catch block to detect errors I will check that you used a type double (not integer) I will check for divide by zero and I will try putting letters in to crash it. Catch any of these errors You may have to check denominator for a 0 and if so throw your own error The second one called Exit allows the user to exit the program Under View add three submenus (red, green, blue) Under the About add an About Us menu item The about us menu item should load another page that has a label and a button. o The label or labels should tell about the program and have your name as the programmer o The button should hide or close the about us form The View menu should have three items that allow the user to change the background color of the form . Create three icons, red, green and blue (You can use Paint to do this) Add a toolbar with these three icons and program them to do the same as the menu items, also add these icons to each red green and blue menuitem Add a context menu that appears when the user right clicks the form o Make sure it's the form you click on, Some students have made the mistake of adding it to a control o It should also have three items (red, green, blue) o It should also change the background colors accordingly o It should also have the colored icons Add a status bar that display the current color of the background, make sure background color of form does nnot show in statusstrip label

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

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

More Books

Students also viewed these Databases questions

Question

LO5 Describe job analysis and the stages in the process.

Answered: 1 week ago