[A83] Re: Crappy IE 6.0 [OT]
[Prev][Next][Index][Thread]
[A83] Re: Crappy IE 6.0 [OT]
At 05:21 PM 12/7/01 -0700, you wrote:
>NT didn't have this limit either, AFAIK. It's a limitation of the Win9x'=
>s=20
>text edit control. On NT, the size is unlimited. Though it's implemente=
>d=20
>as a single buffer, so it gets slow whenever you have a meg or so of text=
>=2E
All's you have to do is figure on having visible however much text fits
inside the control, and loading that much from the file in to the text edit
control. In VB, simply set the scales on the form to characters, and lock
the font between the control and the form, and then multiply height by
width, to support variable window size. If its a variable width font,
maybe load a bit more each way. Scrolling gets a bit slower, as that is
when the reload goes off, but you could then use any text edit control you
wanted to do the program.
Follow-Ups:
References: