I need to see how many lines are in a RichEdit control in my program. It Delphi i could get it by saying RichEdit1.Lines.Count but don't see anything similar in VB yet. Any suggestions?

Oh, also how about the character count... Do I just do a Len(RichEdit1.text) ?

Thanks alot!

WarrenW