Answer Posted / indira
This goes in SDI.....
when an event occurs first the command goes to frame, frame
passes it to view, if it doesnt handle the event it passes
to document, if it also doesnt handle it again passes to
doctemplate. if it doesnt handles it returns false to
document, document returns false to view, view also returns
false to frame then frame handles the event, if not it
passes to application object, if it also doesnt handle
default window procedure will handle.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is odbc in vc ++?
What is microsoft visual c++ 2008 redistributable?
How do I reinstall microsoft visual c++?
What is the use of message map? Advantages of a message map.
how to declare and populate an array of checkBoxes
What is microsoft visual c++ redistributable and do I need it?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
How do I remove microsoft visual c++ 2015 redistributable?
Is it ok to uninstall microsoft visual c++?
What is dao in vc ++?
Do I need ms visual c++ on my computer?
Difference between critical section, mutex and semaphore.
What is vcruntime?
What is cwinthread class? Explain its advantages.
What is a copy constructor? What is the need for it?