Window's handle in JAVA
I am working on a desktop application in java and I want the handle of
another window created in some other language running in window in some
process. I know it's title, name, image name and other details. I am
unable to find an API for this purpose.
Please let me know, is there some API or library to achieve this. We can
perform this action in C++ easily like:
hwnd = FindWindow(NULL,(LPCWSTR)"XYZ");
No comments:
Post a Comment