Re: Retrieve Widnow Handle with Java



v_gilmor@xxxxxxxxxxxxx wrote:

I'm refering to a Application Window on a Microsoft OS. Every window
has a handle that makes that particular window unique. I want to know
how to make a call using java to the Win32 API to get a list of Window
Handles for a given Window.

Thanks for clarifying. Hopefully a JNI guru will wander by soon, to give specific tips to advance your project.

Have you had a look over the Java tutorial?
<http://java.sun.com/docs/books/tutorial/native1.1/>
.