View Single Post
Join Date: Jan 2009
Posts: 1
Reputation: svg77 is an unknown quantity at this point 
Solved Threads: 0
svg77 svg77 is offline Offline
Newbie Poster

Re: To position textbox scrollbar at bottom of text

 
0
  #2
Jan 12th, 2009
Will this do?
Text1.SelStart = Len(Text1.Text)
Reply With Quote