Need help?[Help]ListBox.Item.Selected[Solved] - MPGH - MultiPlayer Game Hacking & Cheats
[Help]ListBox.Item.Selected[Solved]
Posts 1–7 of 7 · Page 1 of 1
[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?
My Code? My Code loops through items and determines the clicked item.
Edit: NVM nextgen already answered the question xD
Uhh. So is this solved??
Marked Solved. Avoid posting unless under 7days and necessary