Question: Create a form with the following: A variable to manage the Account Balance. Radio buttons, labels and textboxes for entering data about each transaction (

Create a form with the following:
A variable to manage the Account Balance.
Radio buttons, labels and textboxes for entering data about each transaction (radio buttons for transaction type).
A listbox showing all transactions. When the user clicks on an item in the list box, information about that transaction should be displayed in the appropriate textboxes and option buttons.
Include a label for displaying the account balance. Notify the user if the account balance is less than zero (either by color, label, or messagebox).
A button to process a new transaction, add it to the listbox, and update the account balance label.
A button to remove a transaction from the listbox and display the revised account balance.
A button to clear textboxes and radio buttons for entering new transaction details.
A button to exit the application.
Extra Credit (10 points)
Create a class to store and access the account balance. Include a read-only property for the Balance, and a method to modify the balance.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!