Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MCP in vc++ Pin
Rajesh R Subramanian15-May-07 6:52
professionalRajesh R Subramanian15-May-07 6:52 
QuestionRe: MCP in vc++ Pin
David Crow14-May-07 3:06
David Crow14-May-07 3:06 
QuestionMDI File Open Pin
Aint13-May-07 21:41
Aint13-May-07 21:41 
AnswerRe: MDI File Open Pin
Nibu babu thomas13-May-07 21:53
Nibu babu thomas13-May-07 21:53 
GeneralRe: MDI File Open Pin
Aint13-May-07 22:03
Aint13-May-07 22:03 
GeneralRe: MDI File Open Pin
Nibu babu thomas13-May-07 22:08
Nibu babu thomas13-May-07 22:08 
GeneralRe: MDI File Open Pin
Aint13-May-07 23:05
Aint13-May-07 23:05 
GeneralRe: MDI File Open Pin
Nibu babu thomas13-May-07 23:11
Nibu babu thomas13-May-07 23:11 
ReturnRain wrote:
and since MDI have a different class for doc and view, how do I get the data from doc to view? i


Call CYourDocument::UpdateAllViews.

From MSDN:

Call this function after the document has been modified. You should call this function after you call the SetModifiedFlag member function. This function informs each view attached to the document, except for the view specified by pSender, that the document has been modified. You typically call this function from your view class after the user has changed the document through a view.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

AnswerRe: MDI File Open Pin
David Crow14-May-07 3:07
David Crow14-May-07 3:07 
QuestionDll Registration Failure Pin
tom groezer13-May-07 21:40
tom groezer13-May-07 21:40 
AnswerRe: Dll Registration Failure Pin
Nibu babu thomas13-May-07 21:54
Nibu babu thomas13-May-07 21:54 
GeneralRe: Dll Registration Failure Pin
tom groezer13-May-07 22:35
tom groezer13-May-07 22:35 
AnswerRe: Dll Registration Failure Pin
Paresh Chitte13-May-07 23:24
Paresh Chitte13-May-07 23:24 
AnswerRe: Dll Registration Failure Pin
prasad_som13-May-07 23:54
prasad_som13-May-07 23:54 
AnswerRe: Dll Registration Failure Pin
Wes Aday14-May-07 5:29
professionalWes Aday14-May-07 5:29 
QuestionBIOS writing API Pin
KSMH13-May-07 21:13
KSMH13-May-07 21:13 
Questionwhat is the meaning of this code? Pin
syedhasan13-May-07 20:58
syedhasan13-May-07 20:58 
QuestionRegarding MAPI Pin
Sameerkumar Namdeo13-May-07 20:58
Sameerkumar Namdeo13-May-07 20:58 
JokeRe: Regarding MAPI Pin
Rajesh R Subramanian13-May-07 22:19
professionalRajesh R Subramanian13-May-07 22:19 
QuestionSockets communication between Internal and external IPs Pin
namithakathi13-May-07 20:58
namithakathi13-May-07 20:58 
AnswerRe: Sockets communication between Internal and external IPs Pin
kasturi_haribabu13-May-07 23:37
kasturi_haribabu13-May-07 23:37 
AnswerRe: Sockets communication between Internal and external IPs Pin
Moak14-May-07 2:13
Moak14-May-07 2:13 
QuestionSendMessage problem ????? Pin
amitmistry_petlad 13-May-07 20:15
amitmistry_petlad 13-May-07 20:15 
AnswerRe: SendMessage problem ????? Pin
Cedric Moonen13-May-07 20:43
Cedric Moonen13-May-07 20:43 
AnswerRe: SendMessage problem ????? Pin
Stephen Hewitt13-May-07 20:50
Stephen Hewitt13-May-07 20:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.