Click here to Skip to main content
15,907,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPassing a reference-to-pointer. Pin
blackmesa8-Aug-04 3:47
blackmesa8-Aug-04 3:47 
GeneralRe: Passing a reference-to-pointer. Pin
valikac8-Aug-04 10:04
valikac8-Aug-04 10:04 
GeneralRe: Passing a reference-to-pointer. Pin
Ryan Binns8-Aug-04 18:25
Ryan Binns8-Aug-04 18:25 
GeneralRe: Passing a reference-to-pointer. Pin
blackmesa9-Aug-04 12:31
blackmesa9-Aug-04 12:31 
QuestionHow 2 communicate with other objects. Pin
Anonymous8-Aug-04 2:40
Anonymous8-Aug-04 2:40 
AnswerRe: How 2 communicate with other objects. Pin
valikac8-Aug-04 10:05
valikac8-Aug-04 10:05 
GeneralRe: How 2 communicate with other objects. Pin
Anonymous8-Aug-04 10:44
Anonymous8-Aug-04 10:44 
GeneralCEditView re-sets caret position on save Pin
sschilachi8-Aug-04 0:29
sschilachi8-Aug-04 0:29 
I have created a program using the doc/view architecture, and using CEditView as the view window. When you are typing something, and then save the document, the caret is moved back to the start of the text, and I want to know how to stop this from happening.

I have tried responding to the ON_FILE_SAVE message, and finding the position of the caret with pCaretPoint = CEditView->GetCaretPos(), then calling CDocument::OnFileSave(), and then using CEditView->SetCaretPos(pCaretPos) to set the caret position to its initial position, however I think the caret gets re-set after CDocument::OnFileSave() as this has no effect.

Any help is much appreciated
Generalloading resource only dlls Pin
Ted Podelnyk7-Aug-04 20:28
Ted Podelnyk7-Aug-04 20:28 
GeneralRe: loading resource only dlls Pin
bikram singh7-Aug-04 22:09
bikram singh7-Aug-04 22:09 
GeneralRe: loading resource only dlls Pin
Michael Dunn8-Aug-04 7:12
sitebuilderMichael Dunn8-Aug-04 7:12 
QuestionAny way to programmatically select a printer? Pin
DanYELL7-Aug-04 15:08
DanYELL7-Aug-04 15:08 
AnswerRe: Any way to programmatically select a printer? Pin
7-Aug-04 18:59
suss7-Aug-04 18:59 
GeneralMapi doesn't work Pin
Spiritofamerica7-Aug-04 11:16
Spiritofamerica7-Aug-04 11:16 
GeneralRe: Mapi doesn't work Pin
David Crow9-Aug-04 3:49
David Crow9-Aug-04 3:49 
GeneralRe: Mapi doesn't work Pin
me also but I didn't log in9-Aug-04 9:24
sussme also but I didn't log in9-Aug-04 9:24 
GeneralRe: Mapi doesn't work Pin
David Crow9-Aug-04 10:58
David Crow9-Aug-04 10:58 
GeneralNEED HELP -- Win 32 MP3 ripper project Pin
Link26007-Aug-04 10:57
Link26007-Aug-04 10:57 
GeneralRe: NEED HELP -- Win 32 MP3 ripper project Pin
Ravi Bhavnani7-Aug-04 13:16
professionalRavi Bhavnani7-Aug-04 13:16 
GeneralRe: NEED HELP -- Win 32 MP3 ripper project Pin
Link26007-Aug-04 13:20
Link26007-Aug-04 13:20 
GeneralRe: NEED HELP -- Win 32 MP3 ripper project Pin
Ravi Bhavnani7-Aug-04 13:21
professionalRavi Bhavnani7-Aug-04 13:21 
GeneralRe: NEED HELP -- Win 32 MP3 ripper project Pin
Link26007-Aug-04 13:22
Link26007-Aug-04 13:22 
GeneralList Box Pin
Timothy Grabrian7-Aug-04 9:13
professionalTimothy Grabrian7-Aug-04 9:13 
GeneralRe: List Box Pin
Ravi Bhavnani7-Aug-04 9:35
professionalRavi Bhavnani7-Aug-04 9:35 
GeneralRe: List Box Pin
David Crow9-Aug-04 3:55
David Crow9-Aug-04 3:55 

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.