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.
Now, Eric needs help in remembering which of the following options corresponds to a dialog box that displays an information icon and offers the Retry and Cancel buttons. Which of the following is the right answer?
A. MsgBox("You have been disconnected", 5 Or 64, "User Disconnection")
B. MsgBox("You have been disconnected", 5 Or 32, "User Disconnection")
C. MsgBox("You have been disconnected", 4 Or 16, "User Disconnection")
D. MsgBox("You have been disconnected", 2 Or 48, "User Disconnection")
Answer: A
Computer Science & Information Technology
You might also like to view...
To display the Research task pane, click a command on the ________ tab
A) INSERT B) VIEW C) REFERENCES D) REVIEW
Computer Science & Information Technology
A data marker represents one value in a data series.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology