A
Augie
Hi all.
How do you send a message from one App to another (say ProcA to ProcB)?
TIA
Augie
How do you send a message from one App to another (say ProcA to ProcB)?
TIA
Augie
Augie said:How do you send a message from one App to another (say ProcA to ProcB)?
Augie said:Thanks for the reply.
Can you use WM_COPYDATA with .NET?
Does .NET offer something better?
If you can use WM_COPYDATA, then how do implement this?
How do you find a ProcA using VC++ .NET to pass to SendMessage?
How do I implement the message loop in a .NET app (ProcB) to look at the
WM_COPYDATA message?
Are there any specific sample out there on how to do this?