Hi every1 !
I have a listbox and an array.
I want to link every listbox item to an array value, so, when I double click an item I want to retrieve its Index ( 1,2,3.....) like on VB6... but
listbox.selecteditem returns the string, not the position...

I cant find a command lie .item.index....
help ?
Thanks !!