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.