Does anyone know links and tutorials about making highlights in a richedit control using API?
Thanks!![]()
This is a discussion on Highlight in RichEdit within the Windows Programming forums, part of the Platform Specific Boards category; Does anyone know links and tutorials about making highlights in a richedit control using API? Thanks!...
Does anyone know links and tutorials about making highlights in a richedit control using API?
Thanks!![]()
Send the control the EM_SETSEL message. This assumes that by "highlights", you mean selection.