Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Network program Pin
ThatsAlok20-Sep-05 4:45
ThatsAlok20-Sep-05 4:45 
GeneralRe: Network program Pin
ThatsAlok20-Sep-05 4:52
ThatsAlok20-Sep-05 4:52 
Questionconcerning PostMessage..... Pin
namaskaaram19-Sep-05 4:32
namaskaaram19-Sep-05 4:32 
AnswerRe: concerning PostMessage..... Pin
MailtoGops19-Sep-05 4:50
MailtoGops19-Sep-05 4:50 
AnswerRe: concerning PostMessage..... Pin
Ravi Bhavnani19-Sep-05 6:48
professionalRavi Bhavnani19-Sep-05 6:48 
GeneralRe: concerning PostMessage..... Pin
namaskaaram19-Sep-05 18:10
namaskaaram19-Sep-05 18:10 
GeneralRe: concerning PostMessage..... Pin
Ravi Bhavnani19-Sep-05 18:19
professionalRavi Bhavnani19-Sep-05 18:19 
GeneralRe: concerning PostMessage..... Pin
ThatsAlok19-Sep-05 18:43
ThatsAlok19-Sep-05 18:43 
rateep wrote:
.i have my own user defined message,i would like to send the CString data in the WPARAM!.....do u seem to have an idea?

You can't send the CString data through PostMessage/SendMessage to some other application.. because CString Memory/Data is local to that application.

Now Better way TO SEND String data across the process boundry would be WM_COPYDATA as told by Mr. Ravi..., now you still insist to send data string data using Message you have to allocate global memory for same send the address through message api..

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
GeneralRe: concerning PostMessage..... Pin
namaskaaram20-Sep-05 1:44
namaskaaram20-Sep-05 1:44 
Questionhosting activeX control in WIN32 dll (non-mfc) Pin
yccheok19-Sep-05 3:46
yccheok19-Sep-05 3:46 
QuestionDouble Click File to open MFC ??? Pin
tbrake19-Sep-05 3:32
tbrake19-Sep-05 3:32 
AnswerRe: Double Click File to open MFC ??? Pin
MailtoGops19-Sep-05 5:06
MailtoGops19-Sep-05 5:06 
AnswerRe: Double Click File to open MFC ??? Pin
dilipvpv19-Sep-05 7:55
dilipvpv19-Sep-05 7:55 
Questionhelp needed Pin
Laffis19-Sep-05 3:31
Laffis19-Sep-05 3:31 
AnswerRe: help needed Pin
MailtoGops19-Sep-05 5:14
MailtoGops19-Sep-05 5:14 
GeneralRe: help needed Pin
David Crow19-Sep-05 7:55
David Crow19-Sep-05 7:55 
GeneralRe: help needed Pin
Laffis19-Sep-05 10:40
Laffis19-Sep-05 10:40 
QuestionGet Font Path Pin
RamL19-Sep-05 3:16
RamL19-Sep-05 3:16 
AnswerRe: Get Font Path Pin
Graham Bradshaw19-Sep-05 6:39
Graham Bradshaw19-Sep-05 6:39 
QuestionCOM address independence? Pin
Anonymous19-Sep-05 2:42
Anonymous19-Sep-05 2:42 
AnswerRe: COM address independence? Pin
RChin19-Sep-05 3:32
RChin19-Sep-05 3:32 
Questionhow to delete a socket Pin
jianxin080519-Sep-05 2:41
jianxin080519-Sep-05 2:41 
QuestionPrinting files using MS Word automation Pin
Member 64506719-Sep-05 2:18
Member 64506719-Sep-05 2:18 
QuestionMoving Strings To Resource Pin
abhi_code19-Sep-05 1:26
abhi_code19-Sep-05 1:26 
AnswerRe: Moving Strings To Resource Pin
Maximilien19-Sep-05 2:47
Maximilien19-Sep-05 2:47 

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.