Answer the question
In order to leave comments, you need to log in
How to display text on a form in C#?
Tell.
Earlier in the dense visual basic 6.5 there was a print method with its help it was possible to display the text form1.print = " " directly on the form without any controls - something like this (I don't really remember now)
Is there something similar in C # ?
The essence of the problem. It is necessary to display a huge pile of text on the form label is not suitable, because there is no multiline, and textbox and richtextbox do not call to display blocked text (i.e., which cannot be selected and copied)
Is there a way how to solve this issue
Answer the question
In order to leave comments, you need to log in
label is not suitable, because no multiline
label1.Text = "Line 1\nLine 2";
form1.print = " " - something like this (I don't really remember now)
Is there something similar in C# ?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question