' Rapid-Q by William Yu (c)1999-2000 . ' ================================================================================ ' Upload_il_tuo_script_su_Rapidq.it ' 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. ' =============================================================================== ' 2003 Holyguard.net - 2007_Abruzzoweb