What are some differences between a form view and a dialog
box?

Answers were Sorted based on User's Feedback



What are some differences between a form view and a dialog box?..

Answer / prakash

form view is deriving from CFormView and dialog box is
deriving from CDialog.

FormView uses CFrameWnd and it can be SDI or MDI application
Dialog box only uses CDialog and CWinApp.

Is This Answer Correct ?    16 Yes 1 No

What are some differences between a form view and a dialog box?..

Answer / nandan

a CDialog can be used to create a dialog-based app, or a
modeless dialog, or a modal dialog. A CFormView is used when
you want a view on a
document/view interface


The only significant difference is that to do initialization
in a CDialog you put it in
OnInitDialog, but for a CFormView you put it in OnInitialUpdate.

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More VC++ AllOther Interview Questions

What is visual c++ redistributable?

0 Answers  


Difference between getmessage, postmessage & peakmessage.

0 Answers  


What is vc++ programming?

0 Answers  


What is a glyph?

2 Answers  


How do you handle drag and drop in ole?

0 Answers  






Which steps are required to add a column to a list view?

2 Answers  


How to declare more than one variable on a single line?

3 Answers   CMC,


What is microsoft visual c++ 2008 redistributable and do I need it?

0 Answers  


What is an overlapped image?

1 Answers  


What is more efficient to pass as a parameter--a pointer or an object? Why?

1 Answers  


What is the difference between Boxing and Unboxing in C#

1 Answers  


What is persistence?

3 Answers  


Categories