How to send and receive messages between two applications?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, Pls send me the code or adress or information on sending and receiveing the messages between two applications.:confused: Thanks in advance, Ashok Reddy Ashok
Interprocess Communications (IPC) comes in several flavors.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
Hi All, Pls send me the code or adress or information on sending and receiveing the messages between two applications.:confused: Thanks in advance, Ashok Reddy Ashok
If it is a small amount of data you can also use WM_COPYDATA. AliR.