You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...I'd agree to contribute some implementations to JNA that request the icon used by a concrete HWND and convert it into Java's BufferedImage. There were some pitfalls during processing of HICON and obtaining the icon's size. For instance, one pitfall was that SendMessageA freezed the Java application if it was invoked for HWND instances of some processes.
What do you think about my proposal/suggestion?
The text was updated successfully, but these errors were encountered:
According to this discussion:
https://groups.google.com/d/msg/jna-users/2gqOb9wfmgk/IbpUQjbPifEJ
...I'd agree to contribute some implementations to JNA that request the icon used by a concrete HWND and convert it into Java's
BufferedImage
. There were some pitfalls during processing of HICON and obtaining the icon's size. For instance, one pitfall was thatSendMessageA
freezed the Java application if it was invoked for HWND instances of some processes.What do you think about my proposal/suggestion?
The text was updated successfully, but these errors were encountered: