Results 1 to 3 of 3

Thread: label question

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    label question

    is there a way to only bold one word when using this code?


    VB Code:
    1. lblReportName.Text = "Report Selected: Purchases"
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    2 ways.

    1. derive a new label and override it to fit your needs
    2. use a richtext box thaat allows you to change font/colours of words.

  3. #3
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    OR

    use 2 labels
    \m/\m/

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