Purchase Solution

Visual Basic.NET application to manage personal assets

Not what you're looking for?

Ask Custom Question

Fields in tblAssets (These are in the database table and should be displayed on the screen.)
fldAssetID, long integer, primary key
fldAssetName, string
fldDescription, string
fldDateAcquired, 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 menu items for navigation (e.g., First Record, Previous Record, Next Record, and Last Record).

Attachments
Purchase this Solution

Solution Summary

A a Visual Basic.NET application created to manage personal assets.

Purchase this Solution


Free BrainMass Quizzes
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.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

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.

C++ Operators

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