is there a way to only bold one word when using this code?
VB Code:
lblReportName.Text = "Report Selected: Purchases"
Printable View
is there a way to only bold one word when using this code?
VB Code:
lblReportName.Text = "Report Selected: Purchases"
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.
OR
use 2 labels :p :p