(sorry if this message comes through twice)
Hi,
I am parsing a textfile into a richedit control, and want to highlight
certain words.
I can do this by changing the fontcolor like this:
if(/wordtohighlight/) {
$Textbox->SetCharFormat(-color => "#55");
}
while parsing the file,
but I can'
Hi,
I am parsing a textfile into a richedit control, and want to highlight
certain words.
I can do this by changing the fontcolor like this:
if(/wordtohighlight/) {
$Textbox->SetCharFormat(-color => "#55");
}
while parsing the file,
but I can't find how to change the background color for
2 matches
Mail list logo