How do I print the items in my collection in a RichTextBox. If I try to show the items in my collection in debug.print, all the items in my collection show. So I know I have the enumeration part set up correctly. If I try to use the same process in the RichTextBox, it loops through the collection, but the items write on top of each other so the only item showing is the last item in the collection. I have the MultiLine option set to true.
[Edited by tspeiran on 03-20-2000 at 07:06 PM]


Reply With Quote