G
Guest
Hi NG,
in my app I want to capture different keychars in a textbox so that they are
not displayed. That is because I want to react to these keychars with special
code.
I want to choose for this for example the keychar "\" and I think therefore
I can not take the keycode.
That works well, but the keychars are then dipplayed in the textbox.
How can I make the keychar not to be displayed?
Select Case e.KeyChar
Case "\"
End Select
Thanks for any idea!
Werner
in my app I want to capture different keychars in a textbox so that they are
not displayed. That is because I want to react to these keychars with special
code.
I want to choose for this for example the keychar "\" and I think therefore
I can not take the keycode.
That works well, but the keychars are then dipplayed in the textbox.
How can I make the keychar not to be displayed?
Select Case e.KeyChar
Case "\"
End Select
Thanks for any idea!
Werner