Computer Science Homework Solutions
Problem
#89421

For this assignment, you will create a Visual Basic.NET application to manage personal assets.

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).

Attached file(s):
Attachments
Requirements.doc  View File

Attachment Content Summary (Note: view attachment at the above link before purchasing. Actual attachment content may vary slightly from that shown below.)

Requirements.doc


Requirements

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).

Solution Summary

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

Solution
What is this?
By OTA - Overall OTA Rating
Purchase Cost Now
$2.19 CAD (was ~$79.80)
Included in Download
  • Plain text response
  • Attached file(s):
    • ITP400_IP2_.zip
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
Browse