Explore BrainMass

Explore BrainMass

    Visual Basic

    BrainMass Solutions Available for Instant Download

    Mortgage program in VB.NET

    Modify the mortgage program to allow the user to input the amount of a mortgage and then select from a menu of mortgage loans: 7 year at 5.35%, 15 year at 5.5 %, and 30 year at 5.75%. Use an array for the different loans. Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over

    Master/Detail relationship in VB.NET

    Using VB.NET For this project, you will use the following database schema, which has two tables. The input form contains a ListBox and a DataGrid control. Select asset categories in the list box and then the corresponding asset information will appear in the DataGrid. As you select different categories, the total costs are r

    VB programing example of Encapsulation

    Give a ""very small"" VB programing example of Encapsulation having two classes with a definition. Use VB code2003 to demonstrate. Please use new cars as this exapmle. Thanks, I need this by midnight

    A Visual Basic 2005 application to calculate movie rental fees and due dates

    I have to recreate a Visual Basic 2005 application to calculate movie rental fees and due dates. My visual basic install tanked and Im trying to open my project in the new install and telling me it does not contain references. Also, I was having trouble dimming the textbox as a date. please i need help! Create a form with the

    Visual Basic Math Functions

    Develop a simple scientific calculator that will allow the following functions to be calculated using Visual Basic: a) tangent b) square c) sine d) cosine e) absolute value 1. Make the Calculate button the Accept button. 2. Create a Clear button to clear the result text box and reset all controls. 3. Create an

    Visual Basic Advanced Calculations

    I have been hired by an engineering company to develop software to perform advanced geometric calculation. My new boss asked me to develop an application that allows engineers to calculate the surface area and the volume of a sphere using Visual Basic. For this, I will need to use the following formulas. Surface Area p = 4r2

    Movie Rental Calculator

    I need this to be done in Visual Basic. Please see attachment Create a form with the following objects labeled appropriately: Rental Date (date/time picker) Due Date (read-only text box, formatted as Date) Rental Type (radio buttons for New Release, Older Movie, Oldest, and Boring) Frequent Renter Club? (check box)

    VB Basic Mathematical Calculation

    Hello, I need some help on my assignment (I attached the actual assignment at the end of the answers). I did most of the parts but I still have problems writing some codes in Visual Basic. I need answers to the followings: 1. I need a code (Visual Basic) for the syntax X = P * R^2 (P=3.14) 2. I need a code to make the Text b

    VB.NET 2005 - Scientific Calculator

    Develop a simple scientific calculator that will allow the following functions to be calculated: tangent square sine cosine 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 i

    Clear Data from Textbox and Masktextboxes

    I am using Visual Basic.NET with Microsoft Visual Studio 2005. I have a project with a User Control that I have created. I have a button that I named Clear. I need to clear the data from my maskedtextbox named "mtbPAC". Once I click the button Clear the data needs to be removed from the maskedtextbox. If someone has code that c

    A simple scientific calculator is devised.

    Develop a simple scientific calculator that will allow the following functions to be calculated: tangent square sine cosine 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 i

    Program in Visual Basic.NET 2005

    You have been hired by an engineering company to develop software to perform advanced geometric calculation. Your new boss asked you to develop an application that allows engineers to calculate the surface area and the volume of a sphere. For this, you will need to use the following formulas. Surface Area p = 4r2 Volume = 4

    Develop a Calculator to perform advanced geometric calculation

    You have been hired by an engineering company to develop software to perform advanced geometric calculation. Your new boss asked you to develop an application that allows engineers to calculate the surface area and the volume of a sphere. For this, you will need to use the following formulas. Surface Area p = 4r2 Volume = 4

    Visual Basic

    Your employer has requested the development of a software application to calculate the area of a circle. The application must accept only one value (i.e., the radius), and it must display the result in decimal value. Area = p × R2 Remember p is equal to 3.14. First install VB.NET. Create a new solution named YourName

    Visual Basic (VB) Project to Calculate the Area of a Circle

    Your employer has requested the development of a software application to calculate the area of a circle. The application must accept only one value (i.e., the radius), and it must display the result in decimal value. Area = p × R2 Remember p is equal to 3.14. First install VB.NET. Create a new solution named YourName

    VB.NET 2003

    I am new to vb.net. Can you give instructions on interface and the coding to make such interface work. For example converting British liters, pints gallons etc to the American version to apply when purchasing gas.

    Visual Basic 2003

    I have a mortage calulator (attached) I need to understand how to implement as an personal assignment. I need to know how what and where to open my own MS Visual Basic 2003 (on my own PC) so I and others can see this program and all its functionality. I can open the calculator. However I need to know how to open this file with

    Clothing Store MDI application

    You have been commissioned to write an MDI application, using Visual Basic.NET, for a new Clothing Store. Here are the requirements: ? Name the Solution GroupX_Final.sln ? Incorporate ADO.NET access to at least three (3) Microsoft Access data tables. ? Use at least Three (3) user input forms that allow the user to add

    Visual Basic .NET 2003 mortage calculator a MS windows (GUI)

    Write the program in VB.Net (not Web based) using a loan amount of $200,000 with an interest rate of 5.75% and a 30 year term. Display the mortgage payment amount. Insert comments to document the program. This is generate a GUI for entering loan information and the VB.NET program to calculate information entered input into th

    Visual Basic (VB) My Cart Shopping Program

    I need to find a way to code this problem. Every time I click the "add to my cart" button, I need to add "1" to the Quantity ordered box. If I click it 5 times, there should be 5 in the Quantity Ordered. Also, the total cost needs to be 65.00 * the Quantity ordered and displayed in the Total Cost label. Can you help???

    Design and develop a project to assign a letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria.

    Design and develop a project to assign a letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria. Use a NumericUpDown control to allow the instructor's assistant to enter a test score between 0 and 100. Use a group of RadioButton c

    Web Element Layout Grids

    This task should be applied to the file attached of work already completed. Make a layout grid with page descriptions for each page. The descriptions should contain information on how you plan to utilize screen real estate and the visual elements you will be including. Write brief justifications of the placement of the

    Conversion Table

    Conversion from wet liters to wet pints and wet liters to wet gallons. TextBox1: liters, for input Textbox2: pints, read only for output Textbox3: gallons, read only for output Labels for the above textboxes Compute button: btnCompute Reset button: btnReset Code the following methods: btnCompute_Click()and btnReset_Cli

    VB.net

    .NET. What is it? Read the articles on Visual Basic .NET. Why do you want to learn Visual Basic .NET? How will it be useful for you? For those who have used Visual Basic, how is Visual Basic .NET different?

    Common interface features

    List the common interface features seen in this applications versions of each of the following office applications installed on a computer. List installed version for all of these required applications: ? Microsoft Word ? Microsoft Excel ? Microsoft PowerPoint ? Microsoft Outlook

    Microsoft Office applications

    Think about how the Microsoft Office applications have been designed to work together. Look at the user interfaces of all the Microsoft Office applications you have installed on your computer and describe the common user interface and features you see in these applications. Next, list the versions of each of the following Of