[FONT="]Hi guys, I have two text boxes in my windows form application on visual studio 2015 in C#. One is a multi line text box, one is a single line text box. The multi line text box is called textBox5.Text, and the single line text box is called textBox4.Text. I would like to enter a lot of numbers in the multi line text box (one value per line). Then what I want is so that all the values from the multi line text box are added up and displayed in the single line text box as one value AUTOMATICALLY. This would be best done without a button, however if there isn't a choice a button would do as well.
I will give an example here:
Multi line text box(textBox5.Text):
4
5
1
2
Single line text box (textBox4.Text):
12
Thank you for helping me with my code![/FONT]
[FONT="]Regards, Exteez[/FONT]
I will give an example here:
Multi line text box(textBox5.Text):
4
5
1
2
Single line text box (textBox4.Text):
12
Thank you for helping me with my code![/FONT]
[FONT="]Regards, Exteez[/FONT]