Printable View
This is for a simple IRC Client. I'm using VB6. TIA
Do you mean Text1.SelStart = Len(Text1.text)
VB Code: Text1.SelText = Len(Text1.Text)
Text1.SelText = Len(Text1.Text)
Yes that'll do, thank you both. :)