Results 1 to 2 of 2

Thread: Sending mouse clicks to another application

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    Netherlands
    Posts
    2

    Thumbs up

    How can I send mouse click from my VB application to another application, i.e. that InternetExplorer 'thinks' the left mousebutton is clicked, when hovering over a hyperlink?
    Tried Sendmessage and Postmessage already , but this doesn't seems to work.

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    You can send mouse clicks to other apps using the SendMessage and mouse_event API but i don't think that there is a way to find out if your cursor is over some particular part of IE.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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