Development Blog : C# Code Samples,.NET Tips and Tricks
Post con tag msgbox
VB.NET : Come contare le linee di un richtextbox
20 gen
private sub countlines(byval rtb as richtextbox) dim count as string count = rtb.lines.count msgbox(count) end sub
Development Blog : C# Code Samples,.NET Tips and Tricks
20 gen
private sub countlines(byval rtb as richtextbox) dim count as string count = rtb.lines.count msgbox(count) end sub