logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Deepak BansalAccounting
(5/5)

792 Answers

Hire Me
expert
Marcus HayesFinance
(5/5)

718 Answers

Hire Me
expert
Venktesh PrasaadMarketing
(5/5)

740 Answers

Hire Me
expert
Theodore BiggerstaffBusiness
(5/5)

907 Answers

Hire Me
Visual Studio Programming

write an application which will help your organization calculate the cost of your expenses.Write a Visual Basic program to implement the budget application in the diagram

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Programming Assignment 6 Instructions

 

You have been tasked to write an application which will help your organization calculate the cost of your expenses.Write a Visual Basic program to implement the budget application in the diagram below. The program should have a class called BudgetReceipts that keeps track of the balance and provides the ability to add to the income and subtract to the expenses.

 

Requirements:

 

1.Form Setup

 

a.You must save your project using your initials in the name**This is required and the project will not be accepted otherwise.

 

b.Design your screen to look like the one below.

 

c.The background image of the form will be set to an appropriate image of your choice.

 

d.Use appropriate naming conventions for controls and variables.

 

e.Include access keys for all buttons.

 

f.The user will not be directed to the net balance field.

 

g.The balance text box will be read only.

 

h.Lock all controls.

 

i.All values must be formatted in currency

 

j.On the form load, the user is prompted with an input box to enter the starting balance for the balance sheet.The user is prompted until a value is entered.

 

k.The initial balance is saved by the class.

 

2.Class

 

a.A class is created which uses a get property for the balance, a sub that subtracts the expenses, and sub that controls the income.

 

b.The class is created separate from the class form.

 

c.The property balance will be called to display the balance each time

 

d.The income sub will be used to add to the income

 

e.The expenses sub will be used to subtract the expenses

 

3.Income Button

 

a.When the Income button is selected the application verifies a value is entered in the amount text box.

 

b.The income button prompts the user for the description of the income the amount is for.

 

c.If a value is not entered the application presents and error and the program does not continue.

 

d.The program will call the class to add the value to the balance and then display the total balance to the user using the appropriate property.

 

e.The income button presents the user with a description of the value and the value amount

 

f.The textbox amount is cleared.

 

4.Expense Button

 

a.When the expense button is selected the application verifies a value is entered in the amount text box.

 

b.If a value is not entered the application presents and error and the program does not continue.

 

c.The program will call the class to subtract the value to the balance and then display the balance to the user using the appropriate property.

 

d.If the balance will go negative the user will be prompted with a message box but the program will continue.

 

e.The income button presents the user with a description of the value and the value amount

 

f.The textbox amount is cleared

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme