
A less rich Rich Text Field?
The VB5 textbox supports greater than 32K - just set the max length to the
number of characters and away you go.
I think it's theoretical limit is around 64K now - any good?
Quote:
>I'm using the standard VB5 rich text control to read in bookmark.htm
>because this file is often >32K. Is there another control/API call for
>loading a text file into a var when that file can be greater than 32K? I
>don't need any formatting - I'm just parsing out URLs.