You will get email Reply within few hours

Tuesday 10 December 2013

Create a banking account register

Create a banking account register

Create a banking account register. The register will include Account Name, Account Number, and Account Balance and will allow a user to enter deposit or withdrawal information.

The initial graphical user interface should contain a label that contains your name and MEID#. It should also provide two options: Enter Account Information and Clear. When the user selects "Enter Account Information", the graphical user interface should provide three options: Account Name, Account Number and Beginning Balance and Continue. After the user enters the correct information, allow them to continue using the Continue Option. The selection of Continue should provide the user with Withdrawal Amount and Deposit Amount. The Continue button selection should also make the label "Beginning Balance" read "Available Balance," and the text boxes in Account Information should become read only. Allow users to enter Withdrawal Amount and Deposit Amount and change "Account Balance" accordingly. Clear Withdrawal and Deposit amounts so users can continue to enter additional amounts. The user can add as many withdrawals and deposits as they want.

The Clear Button should clear the program and return to Step 1 whenever it is selected.



All TextBoxes that contain a numeric value should be validated. If an incorrect value is entered, notify the user and allow the user to retry. Negative values are allowed. Separate the business logic from the presentation layer in the form of a class. (Use visible property to activate fields with button click. ) The user should be able to click a button to enter account information or clear form. Your form should include a label with you name and MEID# that is visible at all times. The user should be able to click a button to enter account information or clear the form. Your form should incude the Account Name, Account Number, and Beginning Balance. The user should be able to click a button to enter withdrawal and deposit amounts. The user should be able to click a button to submit withdrawal and deposit amounts. User should be able to clear form by pressing Clear button.
Need Solution email me:

topsolutions8@gmail.com