Results 1 to 11 of 11

Thread: [2.0] Easy question on a Label

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Location
    Madrid
    Posts
    325

    Re: [2.0] Easy question on a Label

    for the margin I´ve added:

    "\t" + "Some text", but It doesn´t like it either,..

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2.0] Easy question on a Label

    The Label doesnt support formatting parts of the text, you can either make all the text bold or none of it.
    And to append text to a label:
    C# Code:
    1. Label1.Text += "hello";
    Last edited by Atheist; May 12th, 2007 at 05:23 AM.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

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