T
Tony
Hello,
In a textbox it is possible set charapters to upper with this property :
CharacterCasing = Upper
In a treeView not is possible...
In Vb i set in a Event form KeyPress --> keyascii =
asc(ucase(chr(keyascii)))
in dotnet ?
In a textbox it is possible set charapters to upper with this property :
CharacterCasing = Upper
In a treeView not is possible...
In Vb i set in a Event form KeyPress --> keyascii =
asc(ucase(chr(keyascii)))
in dotnet ?