Hello,
I want to send an ‘WM_COPYDATA’ message from an C# application to an PowerBuilder application. I have created an struct with the message and other C# can read the message.
How can I catch the ‘WM_COPYDATA’ message from PowerBuilder? There is no pbm_copydata event ID.
Thanks,