Jump to content

Search String


 Share

Recommended Posts

read this post:

http://www.autoitscript.com/forum/index.ph...ndpost&p=144675

then read the entire thread and remember not to ask for help in that forum... ask in this one "v 3Support"

Listen heres the deal. I am going to use ControlGetText ( "title", "text", controlID )

And a debugger shows me all the controls the game uses.

So if Im right i can read text using one of the games controls?

Edited by hefty
Link to comment
Share on other sites

Listen heres the deal. I am going to use ControlGetText ( "title", "text", controlID )

And a debugger shows me all the controls the game uses.

So if Im right i can read text using one of the games controls?

Then you only need one line of code to test that theory:
MsgBox(0, "", ControlGetText("title", "text", controlID))

You let us know how that goes...

Edited by herewasplato

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

Here is some of what I found.

How do i type the id for the control?

ASCII "CtlEditAutoComplete.cpp"

ASCII "CtlTextSelectable.cpp"

ASCII "CtlLayout.cpp"

ASCII "UiCtlDistrict.cpp"

ASCII "UiCtlPlace.cpp"

ASCII "UiCtlBullet.cpp"

ASCII "UiCtlDropMenu.cpp"

ASCII "CtlPage.cpp"

ASCII "CtlEdit.cpp"

ASCII "CtlDef.cpp"

ASCII "CtlBtn.cpp"

ASCII "CtlImg.cpp"

ASCII "CtlProgress.cpp"

ASCII "CtlText.cpp"

Edited by hefty
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...