Use a ____ to display text that a user is not allowed to edit during run time.

A. label control
B. text control
C. read-only command
D. none of the above


Answer: A

Computer Science & Information Technology

You might also like to view...

A copy constructor must receive its argument by reference because:

a. Otherwise the constructor will only make a copy of a pointer to an object. b. Otherwise infinite recursion occurs. c. The copy of the argument passed by value has function scope. d. The pointer needs to know the address of the original data, not a temporary copy of it.

Computer Science & Information Technology

Discuss the advantages to the application designer of designing an application as a homogeneous system in which all databases are supplied by the same vendor.

What will be an ideal response?

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) A process that is waiting for access to a critical section does not consume processor time. 2) The case of cooperation by sharing covers processes that interact with other processes without being explicitly aware of them. 3) It is possible for one process to lock the mutex and for another process to unlock it. 4) One of the most common problems faced in concurrent processing is the producer/consumer problem. 5) Processes need to be synchronized to enforce mutual exclusion.

Computer Science & Information Technology

The repeat parameter of the CreditRoll.class specifies the space between each line of text, in pixels.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology