Multiple fonts CEdit
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hey Guys, Is it possible to display two fonts or more in the same CEdit control? I need to display a price in a special format, something like this: 12.2536 Thanks in advance
-
Hey Guys, Is it possible to display two fonts or more in the same CEdit control? I need to display a price in a special format, something like this: 12.2536 Thanks in advance
No. There's no formatting information in the text of a standard edit control. You can do it with a RichEdit control though. Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder