mikledet
December 16th, 1999, 02:46 AM
I'll try it once more -
Guys - this is the case:
If I do this:
rtftextbox1.SelRTF = string1 & list1.text & string2
While - string1 and 2 are both two halves of the text from the same
rtftextbox1 - meaning - rich text - this line will preserve the rtf text in
the text box - but the text from the list box - will not show.! (string2
will over lap it)
Any ideas on how to concat the rtf text with the plain text (from the list
box) so the plain text will be seen - and the rtf text keep its properties?
Thanks
Dani
Guys - this is the case:
If I do this:
rtftextbox1.SelRTF = string1 & list1.text & string2
While - string1 and 2 are both two halves of the text from the same
rtftextbox1 - meaning - rich text - this line will preserve the rtf text in
the text box - but the text from the list box - will not show.! (string2
will over lap it)
Any ideas on how to concat the rtf text with the plain text (from the list
box) so the plain text will be seen - and the rtf text keep its properties?
Thanks
Dani