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


1. The ItemCheck event of the CheckedListBox control occurs when an item is either checked or unchecked.
2. You must either allow single selection or no selection at all in a CheckedListBox.
3. Windows within windows are called the sub-windows of the original windows.
4. The MdiChildren returns to the parent window a list of all the created children as an array of Forms.
5. The user is able to tile or cascade the open children windows.


1. True.
2. True.
3. False, they are called children of the original windows.
4. True
5. True

Computer Science & Information Technology

You might also like to view...

Given the function declaration (prototype), does the compiler complain or compile if you call this using the following line? If the compiler complains, what is the complaint?

``` //if score >= min_to_pass, returns 'P' for passing, //else returns 'F' for failing. char grade (int score, int min_to_pass); int main() { double fscore; char fgrade; int need_to_pass; //omitted code to get values for variables //fscore and need fgrade = grade(fscore, need); return 0; } ```

Computer Science & Information Technology

To nest queries, go to the Show Table dialog box in the Queries tab to access the first query

Indicate whether the statement is true or false

Computer Science & Information Technology

When you merge layers, what is the name of the single merged layer?

A. The name of the last layer that was selected B. The name of the first layer that was selected C. A combination of all the names of all the merged layers D. It is unnamed until you name the layer.

Computer Science & Information Technology

How do you insert into Word an entire PowerPoint slide--including background graphics?

A) The only way is to copy each slide component individually. B) Background graphics in PowerPoint cannot be transferred to Word. C) Export the slide in PowerPoint in JPEG format. D) Export the slide in PowerPoint in MPEG format.

Computer Science & Information Technology