this code is working fine, but any other ways of doing this code?
because its cursor will round back once and then go to the end of the sentence. it couse vertical scrool bar to go up and down.Code:Private Sub RTB_Change() RTB.SelStart = Len(RTB.Text) End Sub
any idea? thanks for any help.
Regards,




support clasicVB6
Reply With Quote