Hi !
I made a program with one small textbox, where you type some text, and then if the text is for example "help" then i want to display few lines of help text in a multiline TextBox2 (i know how to add one line of text, but how to do it with few lines ? And i want to specify where i want to start new line) in C++ it would probably look like \n but idk how it is in vb.net
I made a program with one small textbox, where you type some text, and then if the text is for example "help" then i want to display few lines of help text in a multiline TextBox2 (i know how to add one line of text, but how to do it with few lines ? And i want to specify where i want to start new line) in C++ it would probably look like \n but idk how it is in vb.net