/ Published in: VB.NET
Expand |
Embed | Plain Text
private sub countlines(byval rtb as richtextbox) dim count as string count = rtb.lines.count msgbox(count) end sub
You need to login to post a comment.
brandonio21 on 10/12/09
2 people have marked this snippet as a favorite
private sub countlines(byval rtb as richtextbox) dim count as string count = rtb.lines.count msgbox(count) end sub
You need to login to post a comment.