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

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

0 Answers  


what do you mean by psychic window?

2 Answers   Patni,


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  






Does the application have more than one object? If no, then what is the reason?

5 Answers  


What is stack size in win32 program?

1 Answers   HCL,


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


General purpose classes in MFC

1 Answers   TCS,


Whats is DDX & DDV in MFC?

1 Answers   HCL,


1)set the Title for The File DialogBox, in MFC?

1 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


Categories