InterviewSolution
| 1. |
Explain Types Of Windows In Pb? |
|
Answer» MAIN: A standlone overlaped window that can be independed of all other WINDOWS. Used for SINGLE window application. CHILD: A window that is dependent on a main window and can only exist within the main(PARENT) window. If minimize the main window as WELL as the child window is minimizsed. A child window cannot beyond the parent window. MDI: MDI window allows to open multiple window as sheet inside it. When a window inside the MDI window it minimize and maximized wheet icon is displayed at the bottom of the MDI window. MDIHELP: MDIHELP window has additional feature of a status bar at the bottom of the MDIHELP window. This status bar used to DISPLAY help text like run time. POPUP: POPUP window depends on it parent window. POPUP window will behave like a main window. IT the parent window is minimized POPUP window will be hidden. RESPONSE: RESPONSE window equalent of a window dialog box. When a response window is opened from another window the response window can’t minimize and maximize untill the user gives response to the window can»t get another window. MAIN: A standlone overlaped window that can be independed of all other windows. Used for single window application. CHILD: A window that is dependent on a main window and can only exist within the main(PARENT) window. If minimize the main window as well as the child window is minimizsed. A child window cannot beyond the parent window. MDI: MDI window allows to open multiple window as sheet inside it. When a window inside the MDI window it minimize and maximized wheet icon is displayed at the bottom of the MDI window. MDIHELP: MDIHELP window has additional feature of a status bar at the bottom of the MDIHELP window. This status bar used to display help text like run time. POPUP: POPUP window depends on it parent window. POPUP window will behave like a main window. IT the parent window is minimized POPUP window will be hidden. RESPONSE: RESPONSE window equalent of a window dialog box. When a response window is opened from another window the response window can’t minimize and maximize untill the user gives response to the window can»t get another window. |
|