hi everyone,
i use this code in VB for not to type anything in the TextBox on keypress event
Code:
KeyAscii = 0
how this code can be changed in VB.Net ?
i tried
Code:
e.KeyChar = 0
but does not work