Solved

Case 5-2 Eric Had a Small Reference Card That He Keeps Handy

Question 66

Multiple Choice

Case 5-2
Eric had a small reference card that he keeps 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")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions