How to create a TextBox like RichTextBox in WinCE 5.0 OS (C#)?
Posted
by SmartJJ
on Stack Overflow
See other posts from Stack Overflow
or by SmartJJ
Published on 2010-03-24T09:21:55Z
Indexed on
2010/03/24
9:23 UTC
Read the original article
Hit count: 443
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!
© Stack Overflow or respective owner