1. After I inputted a word from a file and put it into a ListView, how in the world do I change the color in the index of the ListView that I just inputted without changing any colors of other data or elements in the Listview???


set item=listview1.listitems.add(word)
<code> ?????


2. after i input all the data I want into the ListView, it puts them all in many columns and rows like a table, screwing up the whole purpose of what I'm trying to accomplish. How do i just have it listed in one nice row with NO horizontal scroll bar, only a vertical scroll bar?

Thanks a lot, I appreciate it to anybody who helps. Thanks again!

~Scran~