windows - C# textbox problem, how to cut the value of the textbox -
hi writing app in c# using windows form, in form have text box input form user, , need to changes on it. problem value in text box long string "\r\n" separator between lines. how can text in text box, need every line cell can string[].
thanks
you use .lines
property of textbox control, contains text splitted in lines.
Comments
Post a Comment