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

C / C++ / MFC

 
QuestionEasy to use asymmetric (public key) encryption Pin
peterchen6-Jan-16 5:26
peterchen6-Jan-16 5:26 
QuestionHow to communicate between two different app using SendMessage API? Pin
Anasuya201529-Dec-15 19:56
Anasuya201529-Dec-15 19:56 
AnswerRe: How to communicate between two different app using SendMessage API? Pin
Richard MacCutchan29-Dec-15 22:29
mveRichard MacCutchan29-Dec-15 22:29 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Anasuya201530-Dec-15 2:32
Anasuya201530-Dec-15 2:32 
QuestionRe: How to communicate between two different app using SendMessage API? Pin
Richard MacCutchan30-Dec-15 2:41
mveRichard MacCutchan30-Dec-15 2:41 
AnswerRe: How to communicate between two different app using SendMessage API? Pin
Anasuya201530-Dec-15 3:06
Anasuya201530-Dec-15 3:06 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Richard MacCutchan30-Dec-15 4:29
mveRichard MacCutchan30-Dec-15 4:29 
SuggestionRe: How to communicate between two different app using SendMessage API? Pin
David Crow30-Dec-15 10:28
David Crow30-Dec-15 10:28 
Your casting is a bit unclear. It should probably be:
::SendMessage(hw, WM_MYMSG, NULL, (LPARAM) strMsg);
...
LPCTSTR str = (LPCTSTR) l;
MessageBox(str);


The process calling SendMessage() will likely be blocked by the second process since it will be waiting on the message box to be dismissed.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles


AnswerRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 2:42
professionalArthur V. Ratz30-Dec-15 2:42 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Anasuya201530-Dec-15 3:51
Anasuya201530-Dec-15 3:51 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 4:27
professionalArthur V. Ratz30-Dec-15 4:27 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 4:29
professionalArthur V. Ratz30-Dec-15 4:29 
AnswerRe: How to communicate between two different app using SendMessage API? Pin
Serkan Onat30-Dec-15 9:30
professionalSerkan Onat30-Dec-15 9:30 
PraiseRe: How to communicate between two different app using SendMessage API? Pin
Maximilien6-Jan-16 2:49
Maximilien6-Jan-16 2:49 
QuestionConversions in C Pin
ForNow29-Dec-15 8:09
ForNow29-Dec-15 8:09 
AnswerRe: Conversions in C Pin
Richard Andrew x6429-Dec-15 11:44
professionalRichard Andrew x6429-Dec-15 11:44 
GeneralRe: Conversions in C Pin
ForNow29-Dec-15 11:52
ForNow29-Dec-15 11:52 
AnswerRe: Conversions in C Pin
Arthur V. Ratz30-Dec-15 2:45
professionalArthur V. Ratz30-Dec-15 2:45 
GeneralRe: Conversions in C Pin
ForNow30-Dec-15 6:22
ForNow30-Dec-15 6:22 
QuestionHow to call c# callback function from VC++ Pin
shakumar_2128-Dec-15 22:54
shakumar_2128-Dec-15 22:54 
AnswerRe: How to call c# callback function from VC++ Pin
Richard MacCutchan29-Dec-15 0:57
mveRichard MacCutchan29-Dec-15 0:57 
QuestionRESET USB Pin
Member 1223302928-Dec-15 15:17
Member 1223302928-Dec-15 15:17 
QuestionRe: RESET USB Pin
David Crow28-Dec-15 17:01
David Crow28-Dec-15 17:01 
QuestionCollecting openions/suggestions for Masters Project (topic: Firewall Optimisation) Pin
SujithKG28-Dec-15 5:15
SujithKG28-Dec-15 5:15 
SuggestionRe: Collecting openions/suggestions for Masters Project (topic: Firewall Optimisation) Pin
Richard MacCutchan28-Dec-15 7:36
mveRichard MacCutchan28-Dec-15 7:36 

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.