View Single Post
  #2 (permalink)  
Old 09-13-2004, 12:00 PM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Can SWFkit communicate with other programs ?

C++ programs control SWFKit apps is very easy. You can call any FFish scripts in a SWFKit app from within a C++ app by calling a "Send" function.

Controlling a C++ app from within a SWFKit app is also possible. But you must handle the WM_COPYDATA message in the C++ app.

Please send us the detailed requirements (support@swfkit.com), thank you.
Reply With Quote