Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Any help would be appreciated. Thank you. The purpose of this project is to familiarize the student with form design utilizing controls, properties, methods and

image text in transcribed
image text in transcribed
Any help would be appreciated. Thank you.
The purpose of this project is to familiarize the student with form design utilizing controls, properties, methods and control events. The student will design an application that list your music collection. The application will accept an item that is added to the list. Once the list is complete, the user is able to print the list. The GUI (graphical user interface) will look as follows: My Music Collection Type tems to be added to list Labels Textboxes My Music Collection Springsteens Greatest Hits Blondies Greatest Hits Pretenders Greatest Hits Cheap Tricks Worst Flops One Hit Wonders Collection Print Music Ust Add To Music List Clear List Done Buttons This application consists of 1 form with 9 controls: 2 textboxes 3 labels 4 buttons Code must be written to respond to the user clicking on the buttons. Project requirements: when the tab key is pressed, the focus must advance in a logical order the user is not allowed to type in the textbox that contains the music list when the application starts the focus must be in the user entry textbox when the "Done" button is clicked, the application ends when the "Clear Music List" button is clicked, all textboxes are cleared and focus is placed at the entry text box when the "Add to Music List" button is clicked, the user entry is added to the end of the list on a separate line, the user entry is cleared and focus is placed at the entry text box when the "Print Music List" button is clicked, the following report is printed with a font size of 12. Don't print the border. (code will be provided) - Music Collection Springsteen's Greatest Hits Blondie's Greatest Hits Pretender's Greatest Hits Cheap Trick Worst Flops One Hit Wonders Collection Turn in the project as follows: Show me your project before the lecture, at beak or after class In the source code, place comments with your name and project near the top I will run your program and issue a grade Additional Notes: Use meaningful names for the controls Place comments with your name and project at the top of your code Test each requirement to ensure that you met them remember to have fun when coding this assignment Extra Credit: Add 2 buttons to the form: "Save List" and "Load List" and make them work The purpose of this project is to familiarize the student with form design utilizing controls, properties, methods and control events. The student will design an application that list your music collection. The application will accept an item that is added to the list. Once the list is complete, the user is able to print the list. The GUI (graphical user interface) will look as follows: My Music Collection Type tems to be added to list Labels Textboxes My Music Collection Springsteens Greatest Hits Blondies Greatest Hits Pretenders Greatest Hits Cheap Tricks Worst Flops One Hit Wonders Collection Print Music Ust Add To Music List Clear List Done Buttons This application consists of 1 form with 9 controls: 2 textboxes 3 labels 4 buttons Code must be written to respond to the user clicking on the buttons. Project requirements: when the tab key is pressed, the focus must advance in a logical order the user is not allowed to type in the textbox that contains the music list when the application starts the focus must be in the user entry textbox when the "Done" button is clicked, the application ends when the "Clear Music List" button is clicked, all textboxes are cleared and focus is placed at the entry text box when the "Add to Music List" button is clicked, the user entry is added to the end of the list on a separate line, the user entry is cleared and focus is placed at the entry text box when the "Print Music List" button is clicked, the following report is printed with a font size of 12. Don't print the border. (code will be provided) - Music Collection Springsteen's Greatest Hits Blondie's Greatest Hits Pretender's Greatest Hits Cheap Trick Worst Flops One Hit Wonders Collection Turn in the project as follows: Show me your project before the lecture, at beak or after class In the source code, place comments with your name and project near the top I will run your program and issue a grade Additional Notes: Use meaningful names for the controls Place comments with your name and project at the top of your code Test each requirement to ensure that you met them remember to have fun when coding this assignment Extra Credit: Add 2 buttons to the form: "Save List" and "Load List" and make them work

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions