How to rotate a CEdit control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to rotate a CEdit control so that it's vertical on the dialog and the text is read from top to bottom. Is there an easy way to do this? Thanks.
I don't know of any built-in support for this. Rich edit controls have a vertical style for Asian languages. You'll probably have to roll your own :) Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: