B
Brian L
How do I fill a text box with multiply lines of text from
code?
code?
* "Brian L said:How do I fill a text box with multiply lines of text from
code?
Brian said:How do I fill a text box with multiply lines of text from
code?
\\\
Me.TextBox1.Text = _
"Hello" & ControlChars.NewLine & _
"World"
///
* "Cor Ligthert said:A nice sample, much better than the samples Arne gave.
Although the VbNewLine sample from Arne is much easier to remember, is it in
my opinion in your way much easier to convert VB.net programs in future to
C#.