K
Kent Briggs
VB 2005, .NET CF 2.0
Is it possible to append text to a multiline textbox without scrolling
vertically? If not, is it possible to get the vertical scrollbar's thumb
position and reset it after appending? I've tried using SendMessage with
EM_GETTHUMB but it always returns 0 and EM_LINESCROLL has no effect either.
Is it possible to append text to a multiline textbox without scrolling
vertically? If not, is it possible to get the vertical scrollbar's thumb
position and reset it after appending? I've tried using SendMessage with
EM_GETTHUMB but it always returns 0 and EM_LINESCROLL has no effect either.