Answer the following statements true (T) or false (F)
1. MDI programs allow many child windows to be active at once.
2. Each child window of an MDI program may have different functionality than other child windows in the program.
3. The code to create a new child window usually lies in an event handler which creates a new window in response to a user action.
4. A parent window and a child window may have two different menus that can be merged when a window is maximized.
5. Visual inheritance is used to create visual consistence and uniformity.
6. Inheriting a form can be difficult in Visual Basic.
1. False. MDI programs allow many child windows to be open at one time, but the user can interact with only one window at a time.
2. True.
3. True.
4. True.
5. True
6. False, Visual Basic has a template that allows for easy visual inheritance.
You might also like to view...
Select all that apply. Which statements are true about the append mode that is available in most programming languages?
a. If the requested file does not exist, it will be created. b. If the requested file does exist, it will be erased and a new file created. c. Data written to the file will be written to the beginning of the file's contents. d. Data written to the file will be written to the end of the file's contents.
The ________ operator may be used to assign one object to another.
A) = B) == C) <> D) & E) None of the above
The ________ Presentation file format, .odp, is an XML-based format used in both free software and proprietary software
Fill in the blank(s) with correct word
Public-domain video files are fairly easy to find.
Answer the following statement true (T) or false (F)