InterviewSolution
Saved Bookmarks
| 1. |
Write a Visual Basic program to display message in Message box in Form load event. |
|
Answer» Explanation: Visual Basic Functions: The Message Box. A message box is a special dialog box used to display a piece of information to the USER. As opposed to a regular form, the user cannot type anything in the dialog box. To support message boxes, the Visual Basic language provides a FUNCTION named MsgBox. |
|