Hello,
I run .NET application from powerbuilder application, and send window's hadle as parameter from window's function, so:
via RUN("NETAPP.EXE " + String(Hanlde(this)))
in .netr application, I send message by SendMessageA function, the handle who that was got as parameter.
the message number = 1024, and pbm_custom event isn't triggered, only pbm_other.
Thanks,
Chava.