Results 1 to 7 of 7

Thread: [2005] Going to a new line in a label (in html its \n)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Location
    Australia
    Posts
    237

    [2005] Going to a new line in a label (in html its \n)

    How do I go to a new line (in label or text box)

    say

    Code:
    Public label2 As New Label()
    
    label2.Text = "Hello\nMy name is joe."
    which would do

    Hello
    My name is joe.

    thats what I want, anyone know how?

    Thanks
    Last edited by Icyculyr Fr0st; Jun 11th, 2007 at 02:02 AM.

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