When displaying text in a Text Box or Label can the color of part ot the text be changed from the foreground color?
Gene
Printable View
When displaying text in a Text Box or Label can the color of part ot the text be changed from the foreground color?
Gene
No, but you can try this out.
Place three labels with autosize turned on, and
label1.caption = "normaltext"
label2.caption = "coloredtext"
label3.caption = "normaltext"
label2.forecolor = vbGreen
label2.top=label1.top
label3.top=label2.top