Lesson 5: Web Browser and Message Box Flashcards
It is an application for retrieving, presenting, and traversing information resources on the World Wide Web.
Web Browser
It is a special dialog box used to display a piece of information to the user.
Message Box
It displays a message in a dialog box, waits for the user to click a button, and returns an integer indicating which button the user clicked.
MsgBox Function
What is the integral value of OK?
1
What is the integral value of CANCEL?
2
What is the integral value of ABORT?
3
What is the integral value of RETRY?
4
What is the integral value of IGNORE?
5
What is the integral value of YES?
6
What is the integral value of NO?
7
What is the integral value of OKOnly?
0
What is the integral value of OKCancel?
1
What is the integral value of AbortRetryIgnore?
2
What is the integral value of YesNoCancel?
3
What is the integral value of YesNo?
4
What is the integral value of RetryCancel?
5
What is the integral value of Critical?
16
What is the integral value of Question?
32
What is the integral value of Exclamation?
48
What is the integral value of Information?
64