Dialogue box - Child window contains message & request for action to be taken - Program Writing

Q.  What is a child window that contains message for the user and request for some action to be taken?
- Published on 22 Jul 15

a. Dialogue box
b. Text-Box
c. Check-Box
d. Radio Button

ANSWER: Dialogue box
 

    Discussion

  • Nirja Shah   -Posted on 19 Oct 15
    Application specific GUI components

    - A GUI of an application contains one or more of the listed GUI elements:

    Application Window
    - Most application windows uses the constructs supplied by operating systems but many use their own customer created windows to contain the contents of application.

    Dialogue Box
    - It is a child window that contains message for the user and request for some action to be taken.
    - For Example: Application generate a dialogue to get confirmation from user to delete a file.

    Text-Box
    - Provides an area for user to type and enter text-based data.

    Buttons
    - They imitate real life buttons and are used to submit inputs to the software.

    Radio-button
    - Displays available options for selection.
    - Only one option can be selected.

    Check-box
    - Functions similar to list-box.
    - When an option is selected, the box is marked as checked.
    - Multiple options represented by check boxes can be selected.

    List-box
    - Provides list of available items for selection. More than one item can be selected.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)