PDA

Click to See Complete Forum and Search --> : Moving to the next line in a textbox (WITHOUT) pressing Enter (return)???


rino_2
Nov 13th, 1999, 09:45 PM
Hi,

I would like to press a button that will make txtInput go to the next line, How would I do this???

Jazz
Nov 13th, 1999, 10:10 PM
Try vbcrlf man!

Yonatan
Nov 13th, 1999, 10:12 PM
MyTextBox.SelText = vbNewLine
Or:
MyTextBox.SelText = vbCrLf

------------------
Yonatan
Teenage Programmer
E-Mail: RZvika@netvision.net.il
ICQ: 19552879 (http://www.icq.com/19552879)
AIM: RYoni69 (All the "good" names were taken)