How to make Edit control show text from right top to left down?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Normally it is ABCD EFGH IJKL MNOP QRST UVWX YZ while I want is : Y U Q M I E A Z V R N J F B W S O K G C X T P L H D
You can either format the text before setting it to the edit box or handle the
EN_CHANGE
notification sent to the parent window class of the edit control and format the text accordingly.«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++) -
You can either format the text before setting it to the edit box or handle the
EN_CHANGE
notification sent to the parent window class of the edit control and format the text accordingly.«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)