Skip to Main Content

JNI native win32 Sendmessage is not working properly

904134Feb 29 2012 — edited Mar 13 2012
native Win32 sendmessage works only for some messages. (From a java application to a WndProc in C#)

I can send message like WM_CLOSE but it never send message like WM_COPYDATA (The WndProc never even receive the message)

Is there something particular with SendMessage under jni ? is there any java example of using a WM_COPYDATA to send data to something else than java? ( I tried the example somewhere in JNI and another example found on the internet and it's never working as expected since the message is never sent

Thanks,

Michel
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Apr 10 2012
Added on Feb 29 2012
6 comments
3,725 views