Hello,
I have to send a text(string) message from C# application to PowerBuilder application via SendMessage function.
When i sent as a followinf code, Powerbulder's Message object doesnt got the stringparam' only long param
C# code: SendMessageW(long.Parse(args[0]), 7000000, 0, "k");
Thanks,
Chava.
Andreas.
That being said, the PB app may not have access to the C# app's memory space. It might be better to use Winsock to send the message. I have a good example here: https://www.topwizprogramming.com/freecode_winsock.html