|
-
Apr 26th, 2002, 12:05 PM
#1
I can't send newline to TextBox
using a multiline text box i cannot seem to send the return/new line character with the \n how else can i send it a carrage return?
-
Apr 26th, 2002, 02:24 PM
#2
Frenzied Member
two ways
"\n\r"
or use Environment.NewLine (use this one)
-
Apr 26th, 2002, 03:00 PM
#3
"\n\r"
That won't work in a multiline textbox, brings up thoe weird rectangle symbols.
The Evnrionment.newline works liek a charm though.
thanks again guys
-
Apr 27th, 2002, 01:01 PM
#4
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|