开发者

How do I send messages from Win32 application to Java SWT application?

I do now Win32 application, which is simple system tray icon application. This application should send information by using (SendMessage) function from Win32 API to another application, which is written on Java SWT. Is there any code exampl开发者_运维百科e available for it?


You can exchange data between applications using sockets.


You can use JNI which will allow calls using SendMessage

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜