You can use the _____ form control to position a set of option buttons together.?

A. ?Group Box
B. ?Spin Button
C. ?Label
D. ?Scroll Bar

Answer: A

Computer Science & Information Technology

You might also like to view...

According the CRC specifications for a Bag, which of the following behaviors would not be one of the responsibilities of the class Bag?

a. See if the bag is empty b. See if the bag is full c. Look at all the objects in the bag d. Count the number of times a certain object occurs in the bag

Computer Science & Information Technology

What does the following code print out?

dim example As String = “VB_Programming” Console.Write(example.Substring( 3, 5 ) a) _Pr b) _Prog c) Pro d) Progr

Computer Science & Information Technology