Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how could I modify window registry Pin
PJ Arends28-Apr-05 13:12
professionalPJ Arends28-Apr-05 13:12 
AnswerRe: how could I modify window registry Pin
Alexander M.,29-Apr-05 9:15
Alexander M.,29-Apr-05 9:15 
GeneralCCmdTarget Destructor NON-MANAGED code Pin
clazarowitz28-Apr-05 12:31
clazarowitz28-Apr-05 12:31 
GeneralDocking external application into my application Pin
the Jimmy28-Apr-05 12:26
the Jimmy28-Apr-05 12:26 
GeneralPosting messages Pin
Tom Wright28-Apr-05 11:29
Tom Wright28-Apr-05 11:29 
GeneralRe: Posting messages Pin
Ravi Bhavnani28-Apr-05 11:35
professionalRavi Bhavnani28-Apr-05 11:35 
GeneralRe: Posting messages Pin
Tom Wright28-Apr-05 11:41
Tom Wright28-Apr-05 11:41 
GeneralRe: Posting messages Pin
Michael Dunn28-Apr-05 14:21
sitebuilderMichael Dunn28-Apr-05 14:21 
Tom Wright wrote:
Can you not send a pointer between two different apps?

Short answer: no. Each process has its own process space, memory from one is not visible in others, and addresses in one are meaningless in others. You need to use an IPC mechanism, WM_COPYDATA will probably be easiest since you're already using message to communicate.

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ
Strange things are afoot at the U+004B U+20DD

GeneralRe: Posting messages Pin
Tom Wright29-Apr-05 4:33
Tom Wright29-Apr-05 4:33 
GeneralRe: Posting messages Pin
Michael Dunn29-Apr-05 6:28
sitebuilderMichael Dunn29-Apr-05 6:28 
Generaldefining global variables Pin
Oriented28-Apr-05 9:12
Oriented28-Apr-05 9:12 
GeneralRe: defining global variables Pin
Maximilien28-Apr-05 9:42
Maximilien28-Apr-05 9:42 
GeneralRe: defining global variables Pin
Anonymous28-Apr-05 18:07
Anonymous28-Apr-05 18:07 
GeneralA convertion questioa Pin
jcmoscon28-Apr-05 7:54
jcmoscon28-Apr-05 7:54 
GeneralRe: Converting unsigned char to std::string Pin
Moscon28-Apr-05 9:57
Moscon28-Apr-05 9:57 
QuestionOpen .col files? Pin
Dominik Reichl28-Apr-05 7:33
Dominik Reichl28-Apr-05 7:33 
GeneralRe: VB.NET to Open, edit save as Word .doc or .dot Pin
David Crow28-Apr-05 7:10
David Crow28-Apr-05 7:10 
GeneralCEdit and Numeric. is it possible for floats Pin
ugur_basak28-Apr-05 5:50
ugur_basak28-Apr-05 5:50 
GeneralRe: CEdit and Numeric. is it possible for floats Pin
David Crow28-Apr-05 6:02
David Crow28-Apr-05 6:02 
GeneralRe: CEdit and Numeric. is it possible for floats Pin
ugur_basak28-Apr-05 6:06
ugur_basak28-Apr-05 6:06 
GeneralRe: CEdit and Numeric. is it possible for floats Pin
David Crow28-Apr-05 7:08
David Crow28-Apr-05 7:08 
GeneralRe: CEdit and Numeric. is it possible for floats Pin
ugur_basak28-Apr-05 22:09
ugur_basak28-Apr-05 22:09 
GeneralRe: CEdit and Numeric. is it possible for floats Pin
David Crow29-Apr-05 2:43
David Crow29-Apr-05 2:43 
GeneralCString pre-pend Pin
Member 170252928-Apr-05 5:38
Member 170252928-Apr-05 5:38 
GeneralRe: CString pre-pend Pin
David Crow28-Apr-05 5:41
David Crow28-Apr-05 5:41 

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.