|
-
March 31st, 2001, 11:12 AM
#1
Text Color
When displaying text in a Text Box or Label can the color of part ot the text be changed from the foreground color?
Gene
-
March 31st, 2001, 09:03 PM
#2
Re: Text Color
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|