Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Combination Algorithm Pin
CPallini24-Mar-09 11:47
mveCPallini24-Mar-09 11:47 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:53
Michael Hildebrand24-Mar-09 11:53 
GeneralRe: Combination Algorithm Pin
CPallini24-Mar-09 11:57
mveCPallini24-Mar-09 11:57 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 12:11
Michael Hildebrand24-Mar-09 12:11 
GeneralRe: Combination Algorithm Pin
CPallini24-Mar-09 13:34
mveCPallini24-Mar-09 13:34 
GeneralRe: Combination Algorithm Pin
led mike25-Mar-09 5:12
led mike25-Mar-09 5:12 
GeneralRe: Combination Algorithm Pin
CPallini25-Mar-09 5:31
mveCPallini25-Mar-09 5:31 
QuestionQuick Easy MFC question [modified] Pin
bulg24-Mar-09 10:26
bulg24-Mar-09 10:26 
AnswerRe: Quick Easy MFC question Pin
Rick York24-Mar-09 11:09
mveRick York24-Mar-09 11:09 
QuestionHow to send video frames to the Video Out in the graphics card Pin
ben002724-Mar-09 8:56
ben002724-Mar-09 8:56 
AnswerRe: How to send video frames to the Video Out in the graphics card Pin
Code-o-mat24-Mar-09 9:22
Code-o-mat24-Mar-09 9:22 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
bulg24-Mar-09 10:39
bulg24-Mar-09 10:39 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
ben002724-Mar-09 12:14
ben002724-Mar-09 12:14 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
Code-o-mat24-Mar-09 22:44
Code-o-mat24-Mar-09 22:44 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
ben002725-Mar-09 7:37
ben002725-Mar-09 7:37 
QuestionA question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:04
Joseph Marzbani24-Mar-09 7:04 
QuestionRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:09
David Crow24-Mar-09 7:09 
AnswerRe: A question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:12
Joseph Marzbani24-Mar-09 7:12 
QuestionRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:16
David Crow24-Mar-09 7:16 
AnswerRe: A question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:19
Joseph Marzbani24-Mar-09 7:19 
QuestionRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:26
David Crow24-Mar-09 7:26 
QuestionRe: A question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:30
Joseph Marzbani24-Mar-09 7:30 
AnswerRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:40
David Crow24-Mar-09 7:40 
AnswerRe: A question about SDI architecture ... Pin
Eytukan24-Mar-09 8:14
Eytukan24-Mar-09 8:14 
GeneralRe: A question about SDI architecture ... Pin
Iain Clarke, Warrior Programmer24-Mar-09 7:28
Iain Clarke, Warrior Programmer24-Mar-09 7:28 
Well, you chose not to make it from CRichEditDoc..

If you've chosen these views, then you already need to have a mechanism to talk between CRichEditView (and your other kind of view) and CMyDoc - whatever that is.

You must have chosen these views for a reason, so you must already have an idea how to represent your data in the views?

So, break the problem in to two.

1/ Save the document information using serialise.

2/ In CWhateverView::OnUpdate, get the document data and put it into your view somehow...

Iain.

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!

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.