Biology, asked by jiyakarimpuri13, 10 months ago

what is the msgbox command in VB explain the usage of the msgbox command in VB​

Answers

Answered by Anonymous
0

Explanation:

MessageBox Function in Visual Basic 6 (VB6)

Displays a message in a dialog box and wait for the user to click a button, and returns an integer indicating which button the user clicked. Prompt : String expressions displayed as the message in the dialog box.

Answered by TheDreamCatcher
1

Explanation:

Message Box Function in VB NET

The show method of MessageBox is used to display User Specific message in a Dialog Box and waits for the user to click a button. It returns an integer value indicating which button is click by user.

Similar questions