C#.net
Vb.net 2008PHP Code:
for (int i = 0; i < listBoxName.Items.Count; i++)
{
MessageBox.Show(listBox1.Items[i].ToString());
}
PHP Code:
Dim i as integer
For i = 0 to listBoxName.Items.Count - 1
MessageBox.Show(listBoxNames.Items(i).ToString)
Next
Results 1 to 3 of 3
- 20 Mar. 2010 01:58am #1
[.Net (C#, Vb08] Get data in list box
- 29 Mar. 2010 02:44pm #2
Short, to the point. Nice share.
- 29 Mar. 2010 02:47pm #3
Useful. And good
Some other people may not know this. Great post.Shh, I'm watching My little pony.