What are some differences between a form view and a dialog
box?
Answers were Sorted based on User's Feedback
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 |
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 |
Name the most commonly used wizards?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
What is cwinthread class?
How many microsoft visual c++ do you need?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
What is the use of message map? Advantages of a message map.
Is it ok to uninstall microsoft visual c++?
Do I need ms visual c++ on my computer?
What is dao in vc ++?
What is the difference between Boxing and Unboxing in C#
What is visual c++ runtime error?
How do I reinstall microsoft visual c++?