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

2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers

0 Answers   TCS,


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,


1)How to change the size of a button at run time ?

1 Answers  


how can u change button shape at run time

3 Answers   Samsung,


What is the difference between the SDI and MDI

3 Answers   Invensys,






What is mfc class hierarchy?

0 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


1) create ToolTip in MFC?

2 Answers   HCL,


What is the command routing in MFC framework?

3 Answers  


How to convert the content of buffer into lower case character.

3 Answers   E Logic,


1)does Frame Thickness in MFC?

1 Answers   winfoware,


Difference between Cclint DC & Cpaint Dc

6 Answers   E Logic,


Categories