Results 1 to 2 of 2

Thread: Java Control - Add click events?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    291

    Java Control - Add click events?

    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.

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Java Control - Add click events?

    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...


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width