describe any four types of message box() window
Answers
Displays a modal dialog box that contains a system icon, a set of buttons, and a brief application-specific message, such as status or error information. The message box returns an integer value that indicates which button the user clicked.
Visual Basic Functions: The Input Box. Introduction. An input box is a specially designed dialog box that allows the programmer to request a value from the user and use that value as necessary.
The four types of message box () window is:
a) Title: here the expression of the string is displayed. It is located in the title bar of the dialog box.
b) Buttons: This displays various numeric symbols which are used to produce the desired result. A user can press the buttons while making the mathematical calculations.
c) Prompt: It is a message shown in the dialog box. A prompt message can be anything conveying a message to the user or to the system.
d) Helpfile: The helpfile is composed of content which would help the user while interacting with the system.