I recently asked this question, but never was given a complete answer, and im still a little slow on the whole idea of it.

Anyways, basicly I want to load a text document into a listview. An example entry would be:

Something1 : Something2

And then when it loaded, Something1 would be loaded as an Item in the listview, and then Something2 would be added as a SubItem for that Item. I know how to loop through a list view and everything, just parsing and adding it im not sure about it. Thanks in advanced