paulbradley
Programmer
I have a text box that, when something is written and enter is hit, the message is submitted. However, I then want the text box to become empty. If I say text1.text = "" then this gets rid of all the text in the box but my cursor ends up a line down inside the text box. Is there a way of stopping this by perhaps making the value of the textbox null?
Many Thanks
Many Thanks