Is there any way to change the colors of different lines in a label/textbox?
For example, the default text color is black. I want to have the first line of the label text black, the second red, then set it back to black for the last one.
Reason i'm trying to do this is I have a calendar form, with boxes (labels) for each day of the month. Each day will have a few items on it, and I want to be able to control the colors so I can make important tasks stand out from the regular black ones.
OR is there a better way to do what i'm trying to accomplish?
For example, the default text color is black. I want to have the first line of the label text black, the second red, then set it back to black for the last one.
Reason i'm trying to do this is I have a calendar form, with boxes (labels) for each day of the month. Each day will have a few items on it, and I want to be able to control the colors so I can make important tasks stand out from the regular black ones.
OR is there a better way to do what i'm trying to accomplish?
Comment