Computer Science, asked by aditipatil5118, 2 months ago

program using InputBox() MsgBox() and perform various arithmetic expression (the program of this not explanation)​

Answers

Answered by abhishekdwivedi96284
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