TwoWing
Well-known member
Hi. I have a text file with contents. I can print them off in a single column. I can display them one at a time with MessageBox.Show. But what I want to do is to put them into two columns. The first item into the left-hand column and the second into the right-hand one. Then the third into the left and the 4th into the right: and so on. Preferably, I would like to put them into a ListView.
Basically, what I am trying to achieve is an index of a book to which I can add or delete. So, if anyone knows of a way using dotNET to do this I would be pleased to know.
Thanks in advance.
Basically, what I am trying to achieve is an index of a book to which I can add or delete. So, if anyone knows of a way using dotNET to do this I would be pleased to know.
Thanks in advance.