Unicode text entry for RichTextBox differs from other edit tools....Why
C#
1
Posts
1
Posters
0
Views
1
Watching
-
If you set the font to "MS Gothic" and enter the text by hold down ALT and type "127" with the numeric keypad (not the keys along the top of the keyboard) and then release the ALT key, the caret postion is not moved forward, where as in MS WORD, NOTE PAD, TEXT PAD the caret position moves forwards. Similarily for ALT + "128", ALT + "65376", ALT + "65440", the result for the richTextBox differs from others. 1.I need info regarding the reasons for showing different output for the same kind of input, among the editors. 2.Can RichTextBox editor output be made same as that of NotePad?