Is there any way I can add click events to a control I only have name of, and handle of, in an Internet Explorer browser?
I tried using SetParent, but then the form containing the control's click events would not work for some weird reason.
Printable View
Is there any way I can add click events to a control I only have name of, and handle of, in an Internet Explorer browser?
I tried using SetParent, but then the form containing the control's click events would not work for some weird reason.
I seem to remember reading that java controls don't get handles like windows controls. So your best bet would be to simulate a click at the coordinates of the control, if you could find them...