It's possible one ControlClickDrag

Ask for help, how to use AHK_H, etc.
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

It's possible one ControlClickDrag

22 Feb 2019, 11:34

I use Autohotkey_H and need to make somethings like "Control"ClickDrag to put into one thread function:

MouseClickDrag, left, 320+wX, 396+wY, 334+wX, 396+wY, 50

try:

Code: Select all

SendEvent {Click 320+wX, 396+wY, down}{click 334+wX, 396+wY, up}

but not work
try

Code: Select all

ControlClick, x320 y396, " wName ",,,, D, NA
Sleep 500
ControlClick, x334 y396, " wName ",,,, U, NA
, some other method ?

please help me :oops:
User avatar
rommmcek
Posts: 1473
Joined: 15 Aug 2014, 15:18

Re: It's possible one ControlClickDrag

15 Jul 2019, 05:34

This seems to be a typical Ahk_L question. As such it would be better here, but anyway,
try:

Code: Select all

wX:=wY:=0
MouseClickDrag, Left, 320+wX, 396+wY, 334+wX, 396+wY
if it suits you!

Return to “Ask for Help”

Who is online

Users browsing this forum: No registered users and 30 guests