|
-
Sep 20th, 2002, 06:36 AM
#1
Thread Starter
Member
"enter-keystroke" in string in textbox
How do I put in a "new row" command in a string that I want
to display in a textbox? In the example below the textbox displays
the | char instead of actually moving to the next row.
<vbcode>
mystring = "Row1" & vbkeyreturn & "Row2" ' this doesn't work...
</vbcode>
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
|