Questions tagged [wm-copydata]
63 questions
-1
votes
2 answers
How can I receive message (WM_COPYDATA)?
I am sending message WM_COPYDATA to my application which has a lot of forms, but I cannot receive it.
Simple Application with one form works fine.
I have this code in main form. No message received
private
procedure ReceiveMessage(var Msg:…

user1596704
- 21
- 6
-2
votes
1 answer
Cannot send info from dll to exe with WM_COPYDATA
I am trying to send a record from one dll to one exe.
The dll is an Outlook add-in I wrote, the exe is my main application.
I used this example to succesfully send a record from exe to exe, but when I try to do the same from dll to exe it doesn't…

UnDiUdin
- 14,924
- 39
- 151
- 249
-3
votes
1 answer
COPYDATASTRUCT, WM_COPYDATA
I'm trying to send Data between two programs using WM_COPYDATA but i have a problem in the definition of COPYDATASTRUCT;
Here is the error:
Here's the code:
#include
#include
#include
#include
#include…

Raouia
- 1
- 2