Jump to content

Recommended Posts

Posted

ControlClick(handle=" & $handle, "", "", "left, 710, 480")

thnx :)

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted

a missing quote maybe?

ControlClick("handle=" & $handle, "", "", "left, 710, 480")

Who needs puzzles when we have AutoIt!!

Posted

that worked but,,, still dont work the same as

MouseClick("left", 710, 480)

how to do that in controlsend? o_o

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted (edited)

that worked but,,, still dont work the same as

MouseClick("left", 710, 480)

how to do that in controlsend? o_o

you need to send the click to a controlclick command

its all in the help section, use the windowinfo tool if you dont know the control to send to.

Edited by Rick

Who needs puzzles when we have AutoIt!!

Posted

also help says to click you need to "controlclick"

ControlClick ( "title", "text", controlID [, button] [, clicks]] )

Who needs puzzles when we have AutoIt!!

Posted

cant you guys just tell me how to merg this

MouseClick("left", 710, 480)
into controlsend.. im very retart @ english and you talk so smart .__.

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted (edited)

as we cant see the rest of the script its something like....

ControlClick ( "the window you want to click to", "with this text in the window", this button or label, "left" or "right", "if more than 1 click" )

controlclick is specific to a control, not to a position

Edited by Rick

Who needs puzzles when we have AutoIt!!

Posted (edited)

kk thnx for helpin anyways!

Edited by aceloc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted (edited)

ok, as i dont have diablo someone else may best be suited to help

but if you use the windowinfo tool that comes with autoit you should be able to find the "Control Id name" of the "button" you wish to click on ,,,, then set controlclick to that.

Edited by Rick

Who needs puzzles when we have AutoIt!!

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
×
×
  • Create New...