Answer the question
In order to leave comments, you need to log in
How to display data from variables in richtextbox while working on the application?
In general, the question is of the following nature, it is necessary that the data from the variable be logged into the rich textbox.
Some example:
for (int i = 0; i < 85; i++)
{
string log = "Шаг номер: " + i;
richTextBox1.Text += log.ToString() + Environment.NewLine;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question