I'm relatively new to VB (using ver.6) so forgive me if I ask stupid questions.

I currently have a program that reads in a text file (to an array) and displays the information in a listview. I have written a sub that detects if there are multiple copies of the same record and have stored this information in a separate array.

What I would like to do is set the font color of the duplicate rows to a different font color (say red). Is this possible with the Listview control? No matter what I try, I can not seem to change just a specific row.

Thanks in advance!

Chad