When you want to create a check box on a form, you use the ____________, which is found in the Common Controls section of the Toolbox.

a. Check Box control
b. Radio Button control
c. List Box control
d. Link Label control

a. Check Box control

Computer Science & Information Technology

You might also like to view...

Windows is a type of ________ software

Fill in the blank(s) with correct word

Computer Science & Information Technology

Given the C++ instructions below, add the necessary instructions to swap the contents of the variables num1 and num2. ? int num1 = 10; int num2 = 15; int temp = 0;

What will be an ideal response?

Computer Science & Information Technology