Hey all,
I'm writing a small program that requires enough flexibility to hold over 20,000 lines of text/data in each Text Box field.
So far, I'm using plain Textboxes for this; but unfortunately I keep getting Overflow Errors with anything over 1000 lines of text/data.
I'm wondering if perhaps it's better to use a ListBox or FlexGrid instead.... maybe even a RichTextBox.
By the way, I can't say for sure why I'm getting the OverFlow errors. I'm using arrays (as strings) to store the data from the Textboxes. I suspect it's a limitation on the Textbox, but I can't be sure.
Thoughts, comments, suggestions, and insights are welcome.
Thanks!
- Tyhand
I'm writing a small program that requires enough flexibility to hold over 20,000 lines of text/data in each Text Box field.
So far, I'm using plain Textboxes for this; but unfortunately I keep getting Overflow Errors with anything over 1000 lines of text/data.
I'm wondering if perhaps it's better to use a ListBox or FlexGrid instead.... maybe even a RichTextBox.
By the way, I can't say for sure why I'm getting the OverFlow errors. I'm using arrays (as strings) to store the data from the Textboxes. I suspect it's a limitation on the Textbox, but I can't be sure.
Thoughts, comments, suggestions, and insights are welcome.
Thanks!
- Tyhand