Hi there, thanks for taking the time to read this.

I was wondering if it was possible to make each line of a listbox a different colour. This would greatly improve my design for an AI chatbox I was designing in VB6. The way it should function is this:

When the user inputs their text into the listbox, it should be green.
I then have some pre-set outputs in my code to allow the AI to respond straightaway, however, the text should be red.

How can I integrate this into my code?