Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two questions on the RichEdit control

Status
Not open for further replies.

JBlair

Programmer
May 30, 2003
76
0
0
US
I finally got this thing working properly, so now I have a couple of questions.

1.) How do I force the textbox to scroll to the bottom automatically, since SelStart is not recognized in RichEdit?

2.) Is there anywhere I can get better documentation on some of its Methods and Properties? Right now all I have is the Interface Definition and vbaccelerated link to the short explanation.
 
I'm not sure where you can get any references but the code below should help you out.


RichTextBox1.SetFocus
SendKeys "{END}"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top