Silv3rSurf3r_20 Posted June 3, 2003 Posted June 3, 2003 Hey all, I have a question regarding listviews... i have my data in a listview and my listview currently has four columns... how do i take the data from the list and break them up and put them in seperate variables... Like for instance... "111", "test", "21", "good to go" this is probably an example of a line that's in my listview... how do i click on this now and make it read the line and break them up and store them in seperate variables.... one for each column Thanks... ~John~ Quote
*Gurus* divil Posted June 3, 2003 *Gurus* Posted June 3, 2003 Check out the SubItems property of the ListViewItem class. You can get each column's text through this collection. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.