Purchase Solution

Visual Basic.NET application to manage music collection

Not what you're looking for?

Ask Custom Question

Create a Visual Basic.NET application to manage your music collection. See information below. This file should be connected to the attached database.

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)

Attachments
Purchase this Solution

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.

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.

Basic Networking Questions

This quiz consists of some basic networking questions.

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.