What function is called by a document class to notify views
that the document has been changed?

Answers were Sorted based on User's Feedback



What function is called by a document class to notify views that the document has been changed?..

Answer / satheeshkedarisetti

UpdateAllViews()

Is This Answer Correct ?    7 Yes 0 No

What function is called by a document class to notify views that the document has been changed?..

Answer / narendra

SetModifiedFlag (TRUE)

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More MFC Interview Questions

Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


1)How to change a text of a button in runtime?

2 Answers  


How you create a button dynamically?

2 Answers  


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


What is CSingleDocTemplate?

1 Answers  


What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


What function is used to disable a control at runtime?

7 Answers  


1)how to Display the File Dialog Box, in MFC ?

1 Answers  


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


what is message loop how mfc does it internally?

4 Answers   Aspire,


Categories