I have a simple VB app that allows the user to enter information (HTML) in a
text box. Beside the text box is an Webbrowser Control that displays what
the
user has entered, i.e., it translates the text box HTML and displays the
information as it would appear in a browser.
It works fine--except, there seems to be a limit to how many characters the
Internet Control wants to handle, at which time it truncates.
Is there a way (property, ...) that can be set to extend the lenght of
information displayed in the Internet Control? Or, am I missing something
else?
Al Kaufman