Search found 2 matches
- Thu Aug 24, 2006 7:06 pm
- Forum: Support
- Topic: euro not displaying in richedit using ALT+0128
- Replies: 2
- Views: 10154
grr... my bad
actually it was a bug of my own creation - I was subclassing the rvscroller class and must have missed something - took it out and everything is working fine again.
- Wed Aug 23, 2006 10:11 pm
- Forum: Support
- Topic: euro not displaying in richedit using ALT+0128
- Replies: 2
- Views: 10154
euro not displaying in richedit using ALT+0128
I've got a TRichViewEdit control on a new form with all defaults set (including a default style control) when I type the key combination ALT+0128 (which is the euro symbol) I get a funky character (a y with some dots on top) can anyone tell me what I need to do in order to display the correctly? I ...