Jump to content

how to select from SysListView32


krboun
 Share

Recommended Posts

hello

i can not find any function to select items from SysListView32

i think i need something like:

$handle=ControlGetHandle("","","[ID:1002]")
_GUICtrlComboBox_SelectString($handle,"text") ;this of for combobox, i need similar for syslistview

Posted Image

also, is it possible to select multiple rows??(i havent tryed yet) the program i try to control allows that (i havent tryed yet)

thank you

Link to comment
Share on other sites

Try ControlSend($title, '', 'SysTabControl321', '^+{TAB}')

or ControlCommand ....

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Can I test it? I don't know exactly what you want

Try this ControlCommand ...

"CurrentTab", "" Returns the current Tab shown of a SysTabControl32

"TabRight", "" Moves to the next tab to the right of a SysTabControl32

"TabLeft", "" Moves to the next tab to the left of a SysTabControl32

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

i have this:

Posted Image

and i need to make this:

Posted Image

selection is made my mouse clicking and ctr key holded down, but selection only one item would be enough

i need fuction to find text "barb" and mark it (only one first selection is OK)

Link to comment
Share on other sites

  • 1 month later...

#include <GuiListView.au3>

Look into the help file for all the _GUICtrlListView_* functions. They should have what you need to loop through, and select mutliple values with a specific text.

IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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...