Results 1 to 3 of 3

Thread: label font properties.. help

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Posts
    208

    label font properties.. help

    hi guys..

    i have a datareport with a label which i populate the caption at runtime.. is there a way that i can change the font properties (like font size, bold..) in just part of the caption

    VB Code:
    1. ' can i bold then word "changed" in to a font bold
    2. object.caption = "I want this changed"

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: label font properties.. help

    Why don't you set the Properties in the design time itself?

  3. #3
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: label font properties.. help

    With an ordinary Label, no (you would have to use more Labels). However, you can try to use Joacim Anderssons HyperLabel, which allows you to use flags, such as [b], [i]... in one Label.

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