views:

161

answers:

0

Now I have the following ideas: 1.override TextBox's OnPaint Event,use Graphics to draw rich string-font; 2.use RTF to save and display the rich format.

But I do not know which method is better or more difficult. In addition, there are other better way to do. Any ideas are inspiring!