Results 1 to 2 of 2
  1. #1
    iz0n's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    6

    [VB.NET] mouse click in external window

    hello,

    i managed to create a program to perform mouse clicks of all types using win API..
    calculate the original mouse position and add a few some maths for the new X,Y
    left click down\up right click down\up...etc.
    using hotkeys with KBhook.


    but, all of that only applies to the main screen in general.

    what im looking for is, a way to focus on a single window, and do the maths inside that window only.
    knowing that the window size is fixed, and it can be moved.

    so if i move the window from corner to another, i want to click the same position within that window, despite the window location.

    any help would be appreciated. and thanks in advance.

  2. #2

Similar Threads

  1. [Help Request] Mouse click in game with VB.net
    By unSatisfied in forum Crossfire Coding Help & Discussion
    Replies: 1
    Last Post: 06-28-2013, 03:23 PM
  2. [HELP]Fast Mouse Click[Solved]
    By <(-_-)> in forum Visual Basic Programming
    Replies: 5
    Last Post: 03-27-2010, 09:24 PM
  3. Method to Stimulate Mouse Clicks
    By zhaoyun333 in forum C++/C Programming
    Replies: 0
    Last Post: 01-23-2010, 10:10 PM
  4. Storing Mouse Clicks
    By gwentravolta in forum Visual Basic Programming
    Replies: 9
    Last Post: 11-07-2009, 03:38 AM
  5. Get Mouse Click
    By Xocitus in forum C++/C Programming
    Replies: 4
    Last Post: 07-11-2007, 09:47 PM

Tags for this Thread