Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3768

Get a listbox's item's name

$
0
0

I am trying to get the name of an item in a listbox using code, sort of like this…

for x = 0 To mylistbox(1).RowCount - 1
msgbox mylistbox(1).item.text(x)
next x

How do I do this in Xojo? Thanks.

3 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 3768

Trending Articles