Question: You are asked lo create a VB application, which will take in a user's budget, and then when clicks on the enter expenses button, an
You are asked lo create a VB application, which will take in a user's budget, and then when clicks on the "enter expenses" button, an input box will be prompted asking "Enter an amount for the expenses". Requirements (continued) You need to use "TryParse" to validate 1) User's budget input in the textbox and 2) user's expenses input in the inputBox Calculation "Amount over, under budget" - Budget expense I expense 2.....(till the user clicks on the cancel button) You need to use "Do...Until....Loop" Put "focus" hack to textbox on clear button. Coding Help: lnputBox(message, title, defaultValue) InputBox("Enter an amount for the expense " & ControlChars.CrLf & ControlChars.CrLf & "Click the Cancel button to exit", "Monthly Expenses")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
