Hello,
I know how to change the color of the entire text in my label box:
**************
*My Label Box *
**************
public label1 as new label
public sub doit()
label1.text = "My Label Box"
label1.forecolor = **whatever color**
end sub
BUT I want to change the color on only a portion of the text:
**************
*my label box * change the color of the bold text
**************
any ideas? I have no clue!
Thank you,
Brian
I know how to change the color of the entire text in my label box:
**************
*My Label Box *
**************
public label1 as new label
public sub doit()
label1.text = "My Label Box"
label1.forecolor = **whatever color**
end sub
BUT I want to change the color on only a portion of the text:
**************
*my label box * change the color of the bold text
**************
any ideas? I have no clue!
Thank you,
Brian