开发者

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

开发者 https://www.devze.com 2023-03-31 00:53 出处:网络
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 writt

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

精彩评论

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