Question: using visual basic i have to If it is less than 1000, a Critical-style message box should be displayed indicating the error. The error text
e Private Sub btnCalculate_Click(sender As Object, e As EventArgs) Handles btnCalculate.click Base rent must be written in Numbers If Not Ishumeric(txtBaseRent.Text) Then IblRent Result.Text = "Error IblDepositResult.Text = "Error MessageBox.Show("Base rent must be a number", "Input Error MessageBoxButtons.ok, Message Box Icon.Warning) "Creat End If If txtBaseRent. Text
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
