H
H
Hirty2016-06-09 10:31:09
C++ / C#
Hirty, 2016-06-09 10:31:09

Adding an entry to a textBox?

Is there any way to shorten the code?
Well, or write it correctly.
Now I do so It is
textBox.Text = textBox.Text+hy+"\n" ;
necessary to add records from a new line.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artemy Zheman, 2016-06-09
@Hirty

textBox.Text += hy+"\n" ;
but to be honest, I haven’t coded in C# for a long time

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question