How to get a textbox to only display Uppercase letters?
Posted
by Ritu
on Stack Overflow
See other posts from Stack Overflow
or by Ritu
Published on 2010-04-13T18:27:47Z
Indexed on
2010/04/13
18:33 UTC
Read the original article
Hit count: 196
windows-mobile
|c#
Using Windows Mobile 6.5 and C#
The CharacterCasing property seems to be missing from WinMo 6.5 and I decide to just catch the textchanged event and set the text with ToUpper.
This works - but on every keypress, it sends the cursor back to the beginning of the string, not the end.
© Stack Overflow or respective owner