Jump to content

List View Quick Question


 Share

Recommended Posts

First i use the search buttom but did not find how.

I try To searche for text in a list box on other program than my autoit script and get the position i have make some try but i cant get it if you can put me an example thank you.

And i look at the help file thank you

Link to comment
Share on other sites

The only problem i need to use it for outside application not my autoit application.

So i think i need to use ControlListView but dont know how to do that with this.

I think if i use ControlListView with ControlGetPos can be work but cant figure how.

Thank you

Link to comment
Share on other sites

The only problem i need to use it for outside application not my autoit application.

So i think i need to use ControlListView but dont know how to do that with this.

I think if i use ControlListView with ControlGetPos can be work but cant figure how.

Thank you

_GUICtrlListBox_FindInText()

_GUICtrlListBox_FindString()

These functions works also with external ListBox (inside another application)

But for simpler tasks you can use AutoIt's function ControlCommand()

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