Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

Trying to make TextBox act like a Console.ReadLine

Apr 13 2003 4:39 PM
I want to make a text display on a textbox according to what I type in another textbox after I press a button. I am trying to get this to happen on one Main Form several times having the thread stop at each question and then resume after the button is pressed stopping for the next question.I was thinking of using a Thread.Sleep() method but am getting confused pretty quickly being new at programming.

Answers (1)