When you want to display text on a form but not allow the user to change the text, you use a ____________.
a. String control
b. Label control
c. Text control
d. Font control
b. Label control
Computer Science & Information Technology
You might also like to view...
You can select a printer to use from the printer list
Indicate whether the statement is true or false
Computer Science & Information Technology
The _______ command can be used to remove the hidden attribute from a file
Fill in the blank(s) with correct word
Computer Science & Information Technology
In the following code that defines the push method for the array-based stack, what is the missing code?
def push (self, item):
A. self.items += 1 B. self.items[len(self)] = item C. items[size] = len(self.item) D. item = self.items[self.size + 1]
Computer Science & Information Technology
A digital camera is usually designated either as a still camera or a video camera.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology