I have an application that adds lines to a list box. I am using the

lstName.additem stroutput

Where stroutput is a string that has been built from som data entered.

Can someone tell if it is possible to change the background color for each line being added to the list box. If it is possible - how do I do it?