Ketil,
I find that I can dynamically change which words in a group will be colorized by rebuilding the string of words and invoking SendMessage with REM_SETHILITEWORDS and it works fine.
If I just want to change the color for a group, I tried invoking SendMessage with REM_SETHILITEWORDS with the old string arg and a new color arg. It does not change.
This makes it appear that I must restart the program for the new color to take effect. I know this is not true because I tried dynamically changing colors of groups on your RadAsm program and it works fine.
What is the secret of how you do this?
Thanks,
Mike
Hi
You must first reset all words with SendMessage,hREd,0,0 and then rebuild the words.
KetilO
Ketil,
Thank you.
Mike