MultiColor Label Control
Is it at all possible to make a Label
multi-colored? I have a RichTextBox
that the user can type text into and format as required; I need to be able to display the resulting text, with the correct styles set by the user ins开发者_JS百科ide a Label
control.
Anyone have any suggestions/advice/links?
I think it might be easier to just use RichTextBoxes for your labels. Make them readonly and borderless.
This link may help you to make the background transparent. (Link is broken)
Does this help http://www.codeproject.com/KB/vb/rtflabelcp.aspx?msg=2062925 ?
精彩评论