This code will make it so the textbox your using in a chat program will keep the scrollbars down an
This code will make it so the textbox your using in a chat program will keep the scrollbars down and make it so you can always see the latest
Rate This code will make it so the textbox your using in a chat program will keep the scrollbars down an
(1(1 Vote))
Text1.SelStart = len(Text1)
End Sub
'or for a mIRC kinda chat text you can do
Private Sub Timer1_Timer()
Text1.SelStart = len(Text1)
End Sub
'this will make it so that they cannot highlight and copy anything from the chat
This code will make it so the textbox your using in a chat program will keep the scrollbars down an Comments
No comments yet — be the first to post one!
Post a Comment