Explore BrainMass

Explore BrainMass

    Visual Basic

    BrainMass Solutions Available for Instant Download

    Write a Visual Basic application that inputs three integers

    Write a Visual Basic application that inputs three integers from the user and displays the sum, average, product, smallest and largest of the numbers in an information message dialog. The calculation of the average should result in an integer representation of the average. So, if the sum of the three values is 7, the average sho

    Build a Visual Basic .NET Windows based application

    This must be done with Visual Basic .NET language and using Visual Studio. I am in need of help building a Windows based application that simulates a basic checkbook organizer. I am able to discern how to build the GUI and buttons however creating the control structures for transaction is beyond my expertise. The checkbook or

    Develop a Visual Basic GUI program that will determine the pay for several employees. The company pays "straight-time" for the first 40 hours worked by each employee. The company pays "time-and-a-half" for all hours worked in excess of 40 hours.

    Develop a GUI program that will determine the pay for several employees. The company pays "straight-time" for the first 40 hours worked by each employee The company pays "time-and-a-half" for all hours worked in excess of 40 hours. 1. For each employee, create a label for each employee name. 2. For each emplo

    Visual Basic Project

    Working with Database Tables For this assignment, you will create a Visual Basic.NET application based on the skills and concepts used in IP2. In this exercise, you will create a solution that works with two tables having a Master/Detail relationship. The first table contains music category records, and the second table con

    Visual basic net 2008 music collection manager with database

    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

    VB.Net Mortgage Calculator

    Write the program in VB.Net (not Web based) with a graphical user interface. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage or By input of the amount of the mortgage and then select from a menu of

    Creating a Web Based Mortgage Calculator in VB.NET

    A mortgage calculator created in VB.NET 2008 web based in ASP.NET. The requirements are as follows: Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mor

    Mortgage Calculator in ASP.NET

    I have a mortgage calculator that was created in VB.NET and now for my last assignment we need to make it web based in ASP.NET. The requirements are below with my project attached so far. Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to ca

    Develop Try...To catch exceptions to handle any error.

    Using Visual Basic 2008 - Develop Try...Catch exceptions to handle any error that can be typed by the user on the attached project. Change the NumericUpdown controls into TextBox. Make sure that any information typed in the TextBox is handled, including but not limited to, overflow exceptions, type mismatch, and division by zero

    Develop a calculator that allows addition, subtraction, multiplication, division, tangent, square, sine, cosine, and absolute value. Create numeric buttons for numbers input. Create "." and "+/-" buttons for real numbers and negative numbers input. 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 output controls.

    Develop a calculator that allows addition, subtraction, multiplication, division, tangent, square, sine, cosine, and absolute value. Create numeric buttons for numbers input. Create "." and "+/-" buttons for real numbers and negative numbers input. Make the Calculate button the Accept button. Create a Clear button to cl

    Matrix Using Visual Basic

    Create an application that would perform matrix addition. Each matrix must be three rows by three columns. The following is an example: Store each matrix in an array. 1. The form must allow the user to input each element for both matrices. 2. The input must be done through text boxes, and the number of characters must b

    Use of Math functions Develop a calculator that allows addition, subtraction, multiplication, division, tangent, square, sine, cosine, and absolute value. Create numeric buttons for numbers input. Create "." and "+/-" buttons for real numbers and negative numbers input. 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 output controls.

    Develop a calculator that allows addition, subtraction, multiplication, division, tangent, square, sine, cosine, and absolute value. Create numeric buttons for numbers input. Create "." and "+/-" buttons for real numbers and negative numbers input. Make the Calculate button the Accept button. Create a Clear button to cl

    VB.NET Deployment: Technical Considerations Report

    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. Apa format

    VB.Net--Modules and subprograms

    Please help with the following problem. I'm lost in where to enter the other function to combine the two fields to prompt the user for last and firs name. The problem is given below: Expand the program by adding another function that asks the user his/her age. Output both last name and age in the Main procedure. (Paste

    VB.NET program. Loops and Arrays. Matrix 3x4 calculations

    Create an application that will allow the user to input a matrix of three columns and four rows. The input must be done though text boxes. By default, the array must have the following values: 5, 2, 3 8, 32, 1 4, 9, 10 17, 15, 12 The application will multiply the columns of the matrix (e.g., 5 * 8 * 4 * 17 = 2720) a

    Data Binding

    What is complex data binding? What advantages can this capability lend to a multiple-table database application? Present an example of a situation where complex binding would be appropriate in an application and discuss why this approach is needed in this scenario.

    Visual Basic.NET manage your 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

    Programming: Advanced Calculations

    You are hired by an engineering company to develop software that performs advanced geometric calculations. Your new boss asked you to develop an application that allows engineers to calculate the hypotenuse of a right-angled triangle. For this, you need to use the Pythagorean theorem. The application should also allow the user t

    MOdify VB.NET

    Write the program in VB.Net with a graphical user interface. Make the program Web based. Allow the user to select which way they want to calculate the mortgage: By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage or By input of the amount of the mortgage and then select fr

    Access

    Describe opportunities to integrate Access with other programs.

    Application Development Question

    Create an application that would perform matrix addition. Each matrix must be three rows by three columns. The following is an example: Store each matrix in an array. The form must allow the user to input each element for both matrices. The input must be done through text boxes, and the number of characters must be limit

    Review Decisions and Loops - Visual Basic. Palindrome

    Make sure your solution uses both a decision structure and a loop structure. A palindrome is a word or phrase that reads the same forwards and backwards, character for character, disregarding punctuation, case and spaces. Some examples are "racecar", "Madam, I'm Adam.", and "Was it a cat I saw?". Write a program that allows t

    Control Objects

    Define a Control Object. Why do we use them? Define Control Object Properties. Why do we use them? Are the Properties the same for every Control? Why or why not? Provide an example. Explain at least 5 control properties.

    Develop a calculator

    Develop a calculator that allows addition, subtraction, multiplication, division, tangent, square, sine, cosine, and absolute value. Create numeric buttons for numbers input. Create "." and "+/-" buttons for real numbers and negative numbers input. Make the Calculate button the Accept button. Create a Clear button to cl