Re: richedit back color
- Posted by Brian Jackson <bjackson at 2FARGON.COM> Apr 03, 2000
- 440 views
On Mon, 3 Apr 2000 11:03:57 +0200, =?iso-8859-2?B?qWtvZGE=?= <tone.skoda at SIOL.NET> wrote: >anybody knows how to set background color of 1 character in richedit window? >i want to set background color of text in 1 line > There's no way I know of to do this, background color is an attribute of the entire control. You can do a: ret = sendMessage(richedControl, EM_SETBKGNDCOLOR, 0, #800000) To change this. Brian