[Help]ListBox.Item.Selected[Solved]
hey, i was making a pokedex and i made a listbox with 3 pokemon in it. i cant figgure out when you click a pokemon it shows its stats, evolution e.t.c
how can i do this?
i also have the data that in need to add
I would use images, Just cause it would look cool.
In either case, I made a slight mistake before in the loop -
[php]
Dim item As String
For Each item In Me.ListBox1.Items
If ListBox1.SelectedItem = "test" Then
MsgBox("test")
Else
'do nothing
End If
Next
[/php]
So.. What's your code supposed 2 do?
Edit: NVM nextgen already answered the question xD
Marked Solved. Avoid posting unless under 7days and necessary