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 |
Where can I find microsoft visual c++?
How do I install microsoft visual c++ 2015?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
What Is Your Greatest Weakness?
4 Answers Apple, Infosys, IOCL, Servion, TCS, VisionTek,
What is vc++ redistributable?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
how i can design a user interface in vc++ for getting inputs from users
In which Way invoke context-sensitive help inside the editor?
Explain pointer to the constant and constant pointer? Explain difference between them.
Does visual c++ 2017 replace 2015?
What is command routing in VC++
What is microsoft visual c++ 2013 redistributable package x64?