Jump to content

ControlSend Help


 Share

Recommended Posts

Whenever i do a control send to this box called "TEdit1" it will type the text in. Then when i hit LOGIN, it always says "The password is incorrect" Is there a reason why the tedit1 box wouldnt recognize the text beeing sent by a controlsend? When i do a "Send("Password")" it doesnt even type the entire password.. Someone please help :/

Link to comment
Share on other sites

Still doesnt work, this is my script

_RunMAM()

Func _RunMAM()
MouseClick("left", 37, 16, 2)
Sleep(2000)
MouseClick("left", 185, 211, 1)
Sleep(2000)
MouseClick("left", 184, 280, 1)
Sleep(2000)
MouseClick("left", 478, 378, 1)
Sleep(200)
ControlSend("" , "" , "TEdit1" , "PASSWORD",0)
Sleep(1000)
MouseClick("left", 461, 451, 1)
Sleep(10000)
EndFunc

I tried the send thing u said and nothing.. Someone plz help :/

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