Jump to content

ControlClick / 10 Milliseconds


Recommended Posts

Well, i just noticed it because my Program takes like 1 Ms to execute... :)

The Program translates Scroll Events to mouse / controlclicks..

It's the thing that needs the most time in my Programm..

I don't know how Manny Milliseconds it takes until it's noticeable..

Link to comment
Share on other sites

  • Moderators

How about you provide a detailed description on what you're trying to do, and why you need it to click so fast?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

ControlClick is really just using the ControlCommand with some special syntax that make it easier to find the window, contrl, etc.

ControlCommand is really just SendMessage with an additional mechanism to make sure the application registered the command.

Maybe you can use AutoIt with DllCall to call SendMessage directly which will speed it up. Otherwise try and rewrite the program in C++.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...