--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://www.pb9books.com
product enhancement requests:
http://www.isug.com/cgi-bin/ISUG2/submit_enhancement
<Eugene> wrote in message news:40be3e5a.65...@sybase.com...
With PB9 and PBNI, you can write a Managed C++ component that will
handle traffic between the two applications.
Earlier versions of PB can use standard windows messaging (e.g., use the
SendMessage Win32 API) for the C# application to invoke custom user
events in the PB app.
--
Roy
In addition, there is also the Java2PB example, that shows you how to
load the PBVM from a C++ (JNI) client and invoke methods on a PB object.
Combined, these two should get you on the right path.
--
Roy