Explore BrainMass

Explore BrainMass

    Visual Basic

    BrainMass Solutions Available for Instant Download

    Discover the Run Time Errors

    Using the following table test the application of the attached Visual Basic program Quantity Price (sales in $ per unit) Variable Expenses per unit Fixed Expenses 300 $300 $125 $34,000 300 $300

    VB.NET to Excel

    If ount = 0 Then MsgBox "No files were returned." Else MsgBox "The list is complete. " & Chr(13) & Chr (10) & "Found " & FileCount & "files" & Chr (13) 7 Chr(10) &_ "Occupying" & Int(SumDiskSpace / 100000) / 10 & "MB" End If If FileCount result is 50, then I would want that sum to appear in cell A5 on an Excel spread

    Create a Development Lifecycle

    The Course Project is comprised of several steps which will result in a completed, tested solution. Complete all steps of the development life cycle for a small project of your choosing. Create any documentation or deliverables that would normally occur during the development cycle for any type of project, including flow charts,

    Create a Visual Studio project with two aspx forms using VB 2005

    Create a Visual Studio project with two aspx forms. The first form contains a Label control, two TextBox controls, and Button controls labeled "Compute Area" and "Compute Perimeter." The Label control contains the text, "Enter numbers in the text boxes and then click a button." Use Try...Catch blocks to display an error message

    For this assignment, you will create a Visual Basic.NET application to extend IP2 into a more complete personal asset manager. In this exercise, you will create a solution that works with two tables having a Master/Detail relationship. The first table contains asset category records, and the second table contains asset detail records for each category.

    Minimum Requirements Table 1 -- Schema for the tblCategories table Column Name Data Type fldCategoryID Integer fldCategoryDesc String Table 2 -- Schema for table named tblAssets Column Name Data Type fldAssetID Integer fldCategoryID Integer fldAssetName String fldDescriptio

    VB.NET

    Create Visual Basic.NET application for an "Automotive Repair Shop". Below are the requirements: 1. Incorporate ADO.NET access to at least three Microsoft Access data tables. These tables should include Customers, Services (the kinds of work offered and cost), and Work Order information (a combination of customer and service

    VB.NET Database Questions

    1. Create a ClickOnce local data source deployment for the attached application (MRC). Be sure to choose the local path (e.g., a CD) type of deployment. 2. The exit button should provide an exit Yes/No messagebox confirmation. 3. Make the application NOT perform a default calculation when no radio button has been select

    Third-party Control Available for Visual Basic.NET

    1. What are the advantages and disadvantages of working with multiple tables? Present an example of a situation where multiple tables would be appropriate in an application and discuss why this approach is needed in this scenario. 2. Select a third-party control available for Visual Basic.NET. Discuss how this control is used

    Design an online class registration application

    In this assignment, you will design an online class registration application. There will be two types of users: students and administrators. A database will store the student's login name, class list, and number of registered credits. Furthermore, the database will store the administrator's login information and the classes l

    Show a GUI of a CD/DVD Media Program

    ? Draw a GUI that will create the objects and provide access to each object's processing methods. Each of the classes, their associated Data and their operations are given below Classes 1. Media Data ? totalItems ? Name ? Serial Operations ? AddItem ? getName ? getSerial ? getTotalItems ? setName ? setSerial

    Create a Visual Basic.NET application to manage personal assets

    A screen shot of the desired UI is shown in the attachment. You are responsible for meeting the listed requirements. Please refer to the following information for the complete requirements. Requirements ? Fields in tblAssets (These are in the database table and should be displayed on the screen.) o fldAssetID, long int

    Example of a Visual Basic .NET Class

    A document is created with some information regarding the question below. However I need more of an in depth definition and a small example as well. Please help by adding some more information to my document that is attached. I need explanations and examples but also in paragraph format. I am not sure if I explained myse

    VB.net

    See attached file for full problem description.

    Convert distances from English to metric units

    After loosing $125 million dollars in the Mars orbiter crash, NASA hired you to develop an application that will allow them to convert distances from English to metric units. The form will contain a minimum of two text box control instances. One text box will be used to input the value to be converted, and the second text

    Visual Basic.NET Classes

    Visual Basic.NET allows you to create your own classes. Provide an example of a useful class you could create. What methods and properties would you include? Show an example of a method declaration for your class. I need to present a detailed answer to this, and I am having a hard time coming up with something. Please help.

    Visual Basic.net Company deployment

    Your supervisor has asked you to develop a plan to deploy several Visual Basic.NET applications to users in your company. Discuss the important considerations in this effort and provide a summary of the technical approach you would use to deploy these programs.

    VB.NET 2003

    Develop a calculator that allows addition, subtraction, multiplication, division, tangent, square, sine, cosine, and absolute value. Make the Calculate button the Accept button. Create a Clear button to clear the result text box and reset all controls. Create an Exit button. Use labels to identify the input and out

    Visual Basic.net

    Visual Basic.NET allows you to create your own classes. Provide an example of a useful class you could create. What methods and properties would you include? Show an example of a method declaration for your class.

    Visual Basic 2005 - HELP

    Attached is what the form is suppose to look like...I tried asking my classmates for help but they are stuck as well.... Can you please help... Requirements For this project you will use the following database schema, which has two tables. Table 1 -- Schema for the tblCategories table Column Name Data Type ldCat

    Need help with Visual Basic 2005 and ADO.NET

    Below is the project is the WHOLE project but i need help with this...not sure how it is done. PLEASE help! Add a form that includes the RichTextBox control and several predefined template letters. This part of the program would be used to write letters to your customers when there is a specific issue you would like to addre

    Visual Basic.NET program incorporating three access data tables

    Incorporate ADO.NET access to at least three Microsoft Access data tables. These tables should include Customers, Products (the kinds of products offered, cost, sales price, and quantity on hand), and Sales information (a combination of customer and product with a date and other pertinent information). Use at least three use

    Create A Campsite Application

    For this assignment, you will create a Visual Basic.NET application to schedule campsites. The form must have the following objects labeled appropriately: Start Date (date/time picker) End Date (date/time picker) Campsite Type (radio buttons for Basic, Intermediate, Best) Electric Required? (check box) Daily Rat

    Pet Store Application in Visual Basic.NET

    For this assignment, your group will create a Visual Basic.NET application for a pet store. Please refer to the following information for the complete requirements. Your group project should meet the following requirements: Incorporate ADO.NET access to at least three Microsoft Access data tables. These tables should inclu

    Create a Visual Basic.NET application to manage your music collection.

    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

    Develop a Music Collection Application

    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 nece

    Data-Connected Applications - In Visual Basic 2005 only....

    I understand how to create the form but I'm getting confused with the code part of it. I tried and tried to do this but i can't seem to figure it out. Can you please help me???? Attached is what the form needs to look like and the requirements are below. I would greatly appreciate if you could help me and follow the requireme

    Create a Visual Basic.net application to schedule campsites.

    Create a form with the following objects labeled appropriately: Start Date (date/time picker) End Date (date/time picker) Campsite Type (radio buttons for Basic, Intermediate, Best) Electric Required? (check box) Daily Rate (read-only text box, formatted as currency) Number of Days (read-only text box) Subtotal (re

    Visual Basic.NET Application to Schedule Campsites

    For this assignment, you will create a Visual Basic.NET application to schedule campsites. A screen shot of the desired UI is shown in the following image. You can also download a running example of the completed project. Please be aware that the example program does not necessarily demonstrate all of the functional requirements