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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -