GRAPHICPORTCODE.BLOGSPOT.COM
#learningcodeSunday, April 22, 2012. Measuring the length of each line of a string. I needed to have the ability to measure the length of each line of a string that would be displayed in a text box using vb.net. This is what it does: You tell it the string that you want to use, the text control that it is going to use and the number of rows you want to display. The function builds line-by-line the string until no more will fit and returns the new string that will fit within that control. Of the field for this function.
http://graphicportcode.blogspot.com/


