I have an application where the user types text into a multiline text box and it is added to a list box.

One major problem is that if the user types more than can fit in the list box, the text just continues off the end of the list box.

Is there a way i can write each line of the text box to a seperate line in the list box??

Cheers

GTJ