|
-
Jun 25th, 2000, 02:37 AM
#1
Thread Starter
Fanatic Member
Hi, Guys!
Can anyone explain me how to write a text
to a textbox with multiline.
see what I meen:
Example:
Dim t as string
t = "Yes " & chr(13)
t = t & " No"
text1.text = t
the text1.multiline proprty is "true".
what the program writes me in the text1 box is:
|----------------|
|Yes Some-sign No|
|----------------|
thank you,
Arie.
Visit: http://www.nip.to/camel2000
NEW!!! Send your picture to the world.
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
|