I am trying to move text from three input text boxes and have them concantenate into a fourth read only text box by clicking a button. What event(s) do I use to allow for this to happen? I thought I would use a DisplayText method and AppendText to a string field before using WriteLine to display in back in the last textbox but it does not exist in the curent context.
↧