Rapid-Q by William Yu (c)1999-2000
.
Back to holyguard.net
Scroll richedit
'This force the richedit box to scroll
RichEdit.SelStart =
LEN
(
RichEdit.Text
)
SendMessage
(
RichEdit.Handle, &HB7, 0, 0
)
'&HB7 is EM_SCROLLCARET which basically scrolls your RichEdit until the
'caret is in view.