Hi all, I have a listview which items can be added using a textbox. This bit is working a dream, ideally what I want is for each of the items in the listview somwthing to be done with it. i.e. I have a list of e-mail addresses in there, I want to check if any of these are in my current string.
I suppose I just need the code to iterate through the listview and I should be OK!
I suppose I just need the code to iterate through the listview and I should be OK!