Jump to content

[HELP]ControlSend()


Recommended Posts

it is possible to use this code?

ControlSend("Game", "", "", $TEST)

is this code working or do i need to put "$TEST"??

[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
Link to comment
Share on other sites

it is possible to use this code?

ControlSend("Game", "", "", $TEST)

is this code working or do i need to put "$TEST"??

You need to put in a controlID or some text on the control in order to send the message String $TEST to the specific control.

ControlSend ( "title", "text", controlID, "string" [, flag] )

Use the AutoIt Window Info to find the ControlID or the text on the control..

Regards

Link to comment
Share on other sites

You need to put in a controlID or some text on the control in order to send the message String $TEST to the specific control.

ControlSend ( "title", "text", controlID, "string" [, flag] )

Use the AutoIt Window Info to find the ControlID or the text on the control..

Regards

so u mean it cant be.. ryt??thanx for the info....
[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
Link to comment
Share on other sites

I was reading your topic again and you should not put your variable into quotes, since all variables has a toString() function that convert it into a string and this will be called implicit.. just put in the variable..

The other thing I said about the controlID or the text. was that I think you need to give the controlsend some more info, but I'm not quite sure it depends on the control you wish to send to offcause..

Regards

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...