Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RTF text
#2
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)