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 microsoft visual c++ 2013 redistributable?

0 Answers  


how to declare and populate an array of checkBoxes

0 Answers  


What is a mnemonic?

1 Answers  


What is microsoft visual c++ used for?

0 Answers  


How many microsoft visual c++ do you need?

0 Answers  






What is vcredist_x86 exe?

0 Answers  


Is visual c++ the same as c++?

0 Answers  


What is iunknown? Explain some of commonly used methods provided by iunknown.

0 Answers  


What is microsoft visual c++ 2015 redistributable package x64?

0 Answers  


What is the difference between Undo and Redo?

15 Answers   Google,


Does visual c++ 2017 replace 2015?

0 Answers  


Explain the advantages of cwinthread class.

0 Answers  


Categories