ListBox

R

Ryan Schoolman

How can you get all the items out of the collection of a listbox?

--
Ryan Schoolman - Programmer & Application Architect
(e-mail address removed)

PC Legends
http://www.pclegends.com

[w] 715.839.6855
[c] 715.379.0878
[h] 715.855.9003
 
J

John Timney \(Microsoft MVP\)

have you tried enumerating through it

foreach(ListBox lb in listboxlist) {

....do something

}

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Loading Data 1
Too Complex 1
Too Complex of a Query 2
SQL Limitations 2
listbox 1
Windows Media Player Playlist bound to Listbox 1
Problem with WPF ListBox 5
WPF ListBox Question 2

Top