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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -