I am wondering if this is possible. I have a listview and I would like to be able to get the text from all the lines inbetween certain tags.
Say here is my listview
Cats
Dogs
Fish
<k>Rats
Gerbils
Mice
Racoons</k>
So I would like to be able to get the text between the <k></k>
I know how to do this in a textbox, but no idea in a listview. I know it might seem strange as to why I would like this but im kind of building a little macro recorder that records users events and the events can be modified and it plays the events back in a listview line by line.
Say here is my listview
Cats
Dogs
Fish
<k>Rats
Gerbils
Mice
Racoons</k>
So I would like to be able to get the text between the <k></k>
I know how to do this in a textbox, but no idea in a listview. I know it might seem strange as to why I would like this but im kind of building a little macro recorder that records users events and the events can be modified and it plays the events back in a listview line by line.