if i modified data in 1 view how does the other view knows
Answers were Sorted based on User's Feedback
Answer / sachin moule
If data get updated you can set all view to get this change
notificaion by CDocument::UpdateAllViw() member funciton
| Is This Answer Correct ? | 3 Yes | 0 No |
What is thread & process?
What is the difference between ASSERT and VERIFY?
What is #progma and where it is used?
Tell me about different kinds of synchranization objects ?
what is message loop how mfc does it internally?
What is userdefine Messages in MFC?
How you create a button dynamically?
List out the parameters of WinMain Function.
how does conditionally close the Dialog Box ?
what if we provide two message handler for same message ?
What function is called by a document class to notify views that the document has been changed?
What is a message map?