What are the special requirements for dialog box resources
used in a form view?

Answers were Sorted based on User's Feedback



What are the special requirements for dialog box resources used in a form view?..

Answer / lalit

choose an existing dialog resource, you may need to set these styles by using the Properties page for the dialog box. Styles for a dialog box must include:

WS_CHILD=On

WS_BORDER=Off

WS_VISIBLE=Off

WS_CAPTION=Off

Is This Answer Correct ?    0 Yes 0 No

What are the special requirements for dialog box resources used in a form view?..

Answer / krishna akkulu

The user interface for a form view is based on a dialog box
template, which is created as a modeless child window of
your view window. Therefore, you should make sure that your
dialog box does not have a border or a caption. You also
need to make sure that the constructor for your view is
passed the resource ID of the dialog box template it will
be using; it will accept either the integer ID or string
name for the resource.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More MFC Interview Questions

How to update windows title bar dynamically?

7 Answers   HCL,


How can we create thread in MFC framework?

3 Answers  


What is the difference between Struts and JSF? Pls list some most suitable differences.

0 Answers  


Tell me the different controls in MFC ?

5 Answers  


what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?

0 Answers  






What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,


What types of threads are supported by MFC framework?

2 Answers  


What is thread & process?

15 Answers   Exaband,


How can i change the color of a dropdowncombobox elements

2 Answers  


how can u change button shape at run time

3 Answers   Samsung,


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


Categories