How do you reset focus to the bottom line of a richtextbox?
You would want it to select text starting at the index equalling the length of the text in the control, with a length of zero.
Quote from: MyndFyre on August 14, 2005, 02:16 AM
You would want it to select text starting at the index equalling the length of the text in the control, with a length of zero.
In other words:
RichTextBox.SelStart = Len(RichTextBox.Text)
RichTextBox.SelLength = 0
Search for the Keyword, " AddChat ". Its a the a commonly used sub for text boxs in bots.
Quote from: Tontow on August 14, 2005, 03:21 PM
Search for the Keyword, " AddChat ". Its a the a commonly used sub for text boxs in bots.
I don't believe he said he was making a bot.
Quote from: MyndFyre on August 15, 2005, 10:56 AM
Quote from: Tontow on August 14, 2005, 03:21 PM
Search for the Keyword, " AddChat ". Its a the a commonly used sub for text boxs in bots.
I don't believe he said he was making a bot.
So true, at least I hope hes not making a bot ~_~
Why not?