Get the Handles of a Java Applet
Hi I was wondering if anyone knew a code to get the handles of a java applet on a webbrowser control and set focus to it. Ex: I am making an experimental program that i want to automatically type. Well see when i make it so it sets focus to the webbrowser it doesnt set focus to the Java Applet so i cant sendkeys to it.
Please note this program is not going to be distrubuted and is only a test.
Re: Get the Handles of a Java Applet
find window (ex) api can come in handy, it gets the window handle and from there you can use sendkeys
(you can also use it to send mouse clicks to make it get focus)
Re: Get the Handles of a Java Applet