Results 1 to 2 of 2

Thread: newbie question

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    14

    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

  2. #2
    PowerPoster jdc2000's Avatar
    Join Date
    Oct 2001
    Location
    Idaho Falls, Idaho USA
    Posts
    2,526
    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
  •  



Click Here to Expand Forum to Full Width