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