Forum: VB.NET Oct 3rd, 2008 |
| Replies: 3 Views: 517 The for statement won't work coz I won't know how many items will be in the list box.
What I need to know is what code do I need to pull out the name of the item in the list box.
So if I had in... |
Forum: VB.NET Oct 3rd, 2008 |
| Replies: 3 Views: 517 Hello, I need to know how to "extract" information out of list box.
Dim intLoop As Integer
Dim blnStartG As Boolean
Dim intCounter As Integer
Dim strMedal As... |