program using InputBox() MsgBox() and perform various arithmetic expression (the program of this not explanation)
Answers
Answered by
1
Explanation:
Example = Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim testmsg As Integer
testmsg = MsgBox("Click to test", 1, "Test message")
If testmsg = 1 Then
MessageBox.Show("You have clicked the OK button")
Else
MessageBox.Show("You have clicked the Cancel button")
End If
End Sub
16 vbCritical
3 vbQuestion
48 vbExclamation
64 vbInformation
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
History,
2 months ago
Math,
2 months ago
Computer Science,
9 months ago
Computer Science,
9 months ago
Math,
9 months ago