I have a form with a multiline text box, in this text box I have some multiline data.
I want to be able to export this multiline data to a list box.
But when I try to add the text to the list box using
it only displays as one long line of text.
Im using VB6
Can any one please help me with this.
Thanks
I want to be able to export this multiline data to a list box.
But when I try to add the text to the list box using
Code:
list1.additem text1.text
Im using VB6
Can any one please help me with this.
Thanks