|
-
Jun 16th, 2004, 05:46 PM
#1
Thread Starter
New Member
newbie question
If i have a text box and i print data in that text box and then i want to print data underneath that so i get a log of my message how can i do that?
I have tried this code
txtDebug.Text = txtDebug.Text & "Message Sent" & vbCrLf & vbCrLf
But it just seems to print a "black thingy" some indescribable character after message sent and then it prints the new data on the same line
I have looked on line and it seems that this is how everyone is doing it? Is there something i have to set my textbox to?
I am using vb6.0
thanks
-
Jun 16th, 2004, 05:59 PM
#2
Set the Multiline property of the TextBox to True.
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
|