Jump to content

How to Get Text from Listbox ?


Guest belu
 Share

Recommended Posts

:) Hi there,

i am new to autoit. ist it possible to get a text listed in a listbox from an

applikation.

i tried some thinks like this:

; Trefferanzeige Control ist Static5 im Experten Modus

$var1 = Controlcommand("Recherche im Expertenmodus", "", "ListBox1","GetCurrentSelection", "")

MsgBox(0, "Listbox1 Anzeige :", $var1)

but it did not work??

Hope someone can help me.

Greetings Mike

Link to comment
Share on other sites

  • Developers

This command returns the currrent selected item in the listbox, not all options in the listbox.

You can use the ControlListView ( ) command available in the current unstable to list all item in the listbox.

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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