Home All Groups Group Topic Archive Search About
Author
10 Mar 2006 11:43 PM
Dan
I have a text box with multiple lines and a vertical scroll bar. Is there a
way to always display the last lines rather than the first ones?

Dan

Author
11 Mar 2006 12:50 AM
Karl E. Peterson
Dan wrote:
> I have a text box with multiple lines and a vertical scroll bar. Is
> there a way to always display the last lines rather than the first
> ones?

Do you mean while you're adding text to it?  (Common need, so forgive if I
misread.)  If so, yeah, set the thing's .SelText property, rather than the
..Text property.
--
Working without a .NET?
http://classicvb.org/
Author
11 Mar 2006 1:17 AM
Dan
Karl,

I think SelText or SelStart is just what I wanted. Thanks very much for your
help!

Dan

Show quoteHide quote
"Karl E. Peterson" wrote:

> Dan wrote:
> > I have a text box with multiple lines and a vertical scroll bar. Is
> > there a way to always display the last lines rather than the first
> > ones?
>
> Do you mean while you're adding text to it?  (Common need, so forgive if I
> misread.)  If so, yeah, set the thing's .SelText property, rather than the
> ..Text property.
> --
> Working without a .NET?
> http://classicvb.org/
>
>
>