How many types of dialog box are their

Answers were Sorted based on User's Feedback



How many types of dialog box are their..

Answer / kchenthilk

2 Types of Dialogs.
1.Modal Dialog
create object and to display obj.Domodal();

2.Modeless Dialog
create Dialog and to display obj.ShowWindow();

Is This Answer Correct ?    38 Yes 3 No

How many types of dialog box are their..

Answer / aditya kumar.

There are three types of dialog box in window.
1)System Modal Dialog Box.
System Modal dialog boxes does not allow to interact with
other then Dialog Box.

Ex; Password Change Dialog Box (Ctrl+Alt+Delete).

2)Modal Dialog Box.
Modal dialog boxes, which require the user to respond
before continuing the program.But it allow to interact with
other ruing application.
Ex: File New And Open Dialog Box.

3)Modeless Dialog Box.
Modeless dialog boxes, which stay on the screen and are
available for use at any time but permit other user activities.
Ex: Find And Replace.

Is This Answer Correct ?    31 Yes 1 No

How many types of dialog box are their..

Answer / ganesh

There are two types of dialogs
1. Modal Dialog: Modal dialog boxes, which require the user
to respond before continuing the program

2. Modeless dialog :Modeless dialog boxes, which stay on
the screen and are available for use at any time but permit
other user activities

Is This Answer Correct ?    22 Yes 4 No

How many types of dialog box are their..

Answer / madhan

In java script
* 3 dialog boxes are available
--alert
--prompt
--Confirm

Is This Answer Correct ?    11 Yes 6 No

How many types of dialog box are their..

Answer / oyindrila bhattacharjee

There are 3 types of dialog boxes: modeless, modal, and
system modal.

1. Modal :

Modal dialog boxes are generally used inside a program,
to display messages, and to set program parameters. Modal
dialog boxes come to the front of the screen, and you may
not use the program while the modal dialog box is open. to
continue using the program, the modal dialog box must be closed.

2. System Modal :

System modal dialog boxes are like modal boxes, except
that they supersede the entire desktop area. When a system
modal dialog box is open, nothing else on the screen can be
clicked or selected.

3. Modeless :

Modeless dialog boxes are able to be deselected, and
control can be taken away from a modeless dialog box and
transferred to some other window. Modeless dialog boxes are
frequently used as a fast and easy way to create a window,
without having to register a window class. Modeless dialog
boxes are common in the Windows control panel.

Is This Answer Correct ?    2 Yes 1 No

How many types of dialog box are their..

Answer / sk

Model
Modelless

Is This Answer Correct ?    2 Yes 3 No

How many types of dialog box are their..

Answer / imran

Alert
prompt
confirm

Is This Answer Correct ?    2 Yes 3 No

How many types of dialog box are their..

Answer / aarohi

There are three types of dialog box in window.
1)System Modal Dialog Box.
System Modal dialog boxes does not allow to interact with
other then Dialog Box.

Ex; Password Change Dialog Box (Ctrl+Alt+Delete).

2)Modal Dialog Box.
Modal dialog boxes, which require the user to respond
before continuing the program.But it allow to interact with
other ruing application.
Ex: File New And Open Dialog Box.

3)Modeless Dialog Box.
Modeless dialog boxes, which stay on the screen and are
available for use at any time but permit other user activities.
Ex: Find And Replace.

Is This Answer Correct ?    0 Yes 1 No

How many types of dialog box are their..

Answer / tressytrizah

modal
non-modal

Is This Answer Correct ?    1 Yes 4 No

How many types of dialog box are their..

Answer / sahadev tarei

3 Types(modal,moveble modal,modalless)

Is This Answer Correct ?    14 Yes 23 No

Post New Answer

More MFC Interview Questions

What is the difference between the Encapsulation and Abstraction

25 Answers   HCL, Invensys, TCS, Wipro,


How to handle dynamic menus in MFC?

3 Answers   HCL,


What function is used to retrieve the currently selected index in a list box?

2 Answers  


How to setup a timer?

3 Answers   IBM,


How you find memory leaks?

4 Answers   ABB,






Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,


how does conditionally close the Dialog Box ?

2 Answers   Infotech,


1) Enable or disable a Cancel button at run time?

1 Answers   HCL,


What is the use of CCmdTarget ?

4 Answers  


Have you ever used win32 APIs ?

4 Answers   Microsoft,


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


Categories