Purchase Solution

Visual basic net 2008 music collection manager with database

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 and submit your assignment to your instructor.
Please submit your assignment.

Purchase this Solution

Solution Summary

The complete VB.NET project is provided. Works with access database ITP400_IP2_B.mdb.Allows navigation first/prev/next/last and editing of records.

Solution Preview

Please find attached full VB.NET project zipped. Make sure you rename _YOURNAME to your actual name. ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

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.

Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

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