____ is the default setting for a message box that displays only an OK button.
A. MsgBoxStyle.OKOnly
B. MsgBoxStyle.OKCancel
C. MsgBoxStyle.YesNo
D. MsgBoxStyle.YesNoCancel
Answer: A
You might also like to view...
_____ involves measuring system performance by tracking the number of errors encountered, the amount of memory required, the amount of processing or CPU time needed, and other performance indicators.
Fill in the blank(s) with the appropriate word(s).
The primary reason to use standard menu items, such as File, Edit, and Help is ______.
a. these are built into Visual Basic b. they are the only items that Visual Basic allows you add to a menu c. all the examples in the book are set up this way d. most users expect to see these items
Case-Based Critical Thinking QuestionsCase 8-1Software Solutions, Incorporated maintains a Web site that displays their different products for users to view before deciding to purchase them. They have come to you to upgrade their Web site to allow customers to view their products, create online product brochures, and post their comments on products. Your first step is to review the existing Web site for Software Solutions. They want to change the appearance of the h1 Heading by adding a drop shadow around each of the letters. To add drop shadows you would use the ____ style.
A. text-shadow B. drop-shadow C. box-shadow D. shadow
The ____ keyword tells the computer what to do if the player did not select the first variable.
A. if B. else C. then D. but