02-17-2006, 11:26 AM
Read about rich edit controls in MSDN Library.
Colors:
Send EM_EXSETSEL message to select text, then EM_SETCHARFORMAT to apply formatting.
Links:
With EM_SETCHARFORMAT use CHARFORMAT2, and set CFE_LINK effect;
Process EN_LINK messages.
See also EM_SETEVENTMASK.
Colors:
Send EM_EXSETSEL message to select text, then EM_SETCHARFORMAT to apply formatting.
Links:
With EM_SETCHARFORMAT use CHARFORMAT2, and set CFE_LINK effect;
Process EN_LINK messages.
See also EM_SETEVENTMASK.
