richedit-control

Color change in Rich Edit Control

when you erase a coloured text. By default, the control sets the new entered text colour back to that was recently erased. how can you avoid that? do you need to check each character style before you type? UPDATE: I'm trying to set the text color like this. SendMessage(hEdit, EM_SETSEL, start_pos, end_pos); //select text for coloring ...

Seek a Java advanced tree component (include Windowless Richedit Control function)

Hello, I love BooguNote very much (it's a Sharp tool for collecting and organizing information scraps) But what a pity it just run under windows currently. I tried to build a Java version for BooguNote so I can run it under linux (first step: I want to just make a simple BooguViewer ) since I'm not very familiar with so huge Java libr...