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 |
Explain the advantages of cwinthread class.
How do you specify which control is the buddy control?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is visual c++ used for?
What is visual c++ 2008 redistributable x64?
Name the three types of loops used in C++ programs?
How do I uninstall vc++ 2015?
Explain the significance of initapplication() in vc++.
What is splitter window in vc++?
Can I delete old microsoft visual c++?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is microsoft visual c++ 2013 redistributable?