Oct 14, 2004 #1 jalbao Programmer Nov 27, 2000 413 US Is is possible to change the font for certain text within one Label? If so, how? For example: I have a Label that contains the following string: "Foo + bar - 34" I would like the "+" and "-" operators to be bold and all other text to remain as is.
Is is possible to change the font for certain text within one Label? If so, how? For example: I have a Label that contains the following string: "Foo + bar - 34" I would like the "+" and "-" operators to be bold and all other text to remain as is.
Oct 14, 2004 #2 JohnYingling Programmer Mar 24, 2001 3,742 US Not possible. Only in RichTextBox, http://www.VBResizer.com Forms/Controls Resizing/Tabbing http://www.VBCompare.com Compare Code http://www.VBSortGen.com Generate Sort Class in VB http://www.Vbcompare.com/Check.Htm(1979 Check To MS) Upvote 0 Downvote
Not possible. Only in RichTextBox, http://www.VBResizer.com Forms/Controls Resizing/Tabbing http://www.VBCompare.com Compare Code http://www.VBSortGen.com Generate Sort Class in VB http://www.Vbcompare.com/Check.Htm(1979 Check To MS)
Oct 15, 2004 #3 RiverGuy Programmer Jul 18, 2002 5,011 US You can just paint it on your form instead of using a label. Upvote 0 Downvote