TexBox and appent text

  • Thread starter Thread starter Finn Ellermann
  • Start date Start date
F

Finn Ellermann

How can I append text or data to a TextBox not using
TextBox.Text +=
can any one help me
Finn
 
Finn,

You will want to use the AppendText method on the TextBox.

Hope this helps.
 
Back
Top