2005-03-11, 03:17 PM
I think Java went with 2 separate controls simply because HTML did. Microsoft "visual" languages have always only had 1 textbox control, and it used a Multiline property to switch modes.
Anyways, reven, I'll PM you the improved code for the scrolling textbox with a "UseWrapping" property. I only implemented wrapping at the end of text, not the beginning (so you can scroll down or to the right all that you want, but if you scroll to the left or up, it will stop at the beginning of text).
Anyways, reven, I'll PM you the improved code for the scrolling textbox with a "UseWrapping" property. I only implemented wrapping at the end of text, not the beginning (so you can scroll down or to the right all that you want, but if you scroll to the left or up, it will stop at the beginning of text).
JasonF