Case 5-2
Eric used to have a small reference card that he kept handy to remind him which MsgBoxButton arguments values translate to which buttons in the dialog box, but then he lost the card. He calls over to you for help in reminding him what values correspond to what.
Eric wants your help in remembering which of the following options corresponds to a dialog box that alerts the user to an error and offers the OK and Cancel buttons. What do you tell him?
A. MsgBox("User name is missing", 0 Or 32, "User Name Error")
B. MsgBox("User name is missing", 0 Or 48, "User Name Error")
C. MsgBox("User name is missing", 1 Or 64, "User Name Error")
D. MsgBox("User name is missing", 1 Or 16, "User Name Error")
Answer: D
Computer Science & Information Technology
You might also like to view...
By default, the ________ display(s) in a comment box
A) initials of the registered owner of the computer B) time and date C) cell reference D) name registered for your computer
Computer Science & Information Technology
From the choices below select the correct order to code CSS pseudo-classes
a. link, hover, visited, active b. hover, link, active, visited c. link, visited, hover, active d. link, hover, active, visited
Computer Science & Information Technology