ok. some one will click in item in the list box . then text3 to say that number 86 item of the list box. it will till you what number it is.
Printable View
ok. some one will click in item in the list box . then text3 to say that number 86 item of the list box. it will till you what number it is.
I'm not sure what you are asking about but you could use ListBox.Index Property.
Example:
------------------Code:Private Sub List1_Click()
Text3.Text = List1.ListIndex
End Sub
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.