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

In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?

2 Answers   Wipro,


How you create a button dynamically?

2 Answers  


1)dynamic creation of a Button ?

2 Answers   TCS,


Difference between Debug and Release versions?

4 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,






1)How to change a text of a button as Dynamically?

1 Answers   HCL,


What is socket?

3 Answers  


what are the feauters of CObject

4 Answers   Siemens, Wipro,


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


How you find memory leaks?

4 Answers   ABB,


If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


Categories