Purchase Solution

VB.NET music database manager

Not what you're looking for?

Ask Custom Question

For this assignment, you will create a Visual Basic.NET application to manage your music collection. A screen shot of the desired UI is shown in the following image. You can also download a running example of the completed project and the required database, ITP400_IP2_B.mdb. Please be aware that the example program does not necessarily demonstrate all of the functional requirements, and it is intended only as an example. You are responsible for meeting the listed requirements. Please refer to the following information for the complete requirements.

Minimum Requirements
tblAlbums Fields (These are in the database table and should be displayed on the screen.)
fldAlbumID, long integer, primary key
fldAlbumName, string
fldArtist, string
fldDatePurchased, datetime
fldCost, single
Perform the appropriate steps to create a connection to the sample database. Be sure to select the option to copy the database to your project so it will be automatically included in the project.
Perform the appropriate steps to display the detail view of the fields on your form. Be sure to include a functional BindingNavigator on your form.
Do not allow the user to resize the form.
Format the Cost field as currency.
Add a standard pull-down menu to the program with the following structure:
File (Save, Exit)
Navigate (First Record, Previous Record, Next Record, Last Record)
Additional Notes

Name your project and set the title of your form (the Text property of the main form) to ITP400_IP2_.
Make sure you fulfill the minimum requirements before attempting advanced features.
Be sure to include good comments in your code.
Name your objects, variables, functions, and others with appropriate and consistent names.
Your form(s) should be designed attractively and consistently.
Zip all your project files together

Attachments
Purchase this Solution

Solution Summary

Solution contains a complete VB.NET project, compiled and tested. You can navigate between records first/last/next/prev and add/delete/edit records.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.