R
Rado
Hello.
In Event key_press I write
If e.KeyChar = Microsoft.VisualBasic.Chr(127) Then
Asci 127 is key DELET.
But it doesn't work, when I get other Ascii It's ok.
And When I press CTRL+BACKSPACE with ascii 127 it's ok. CTRL+BACKSPACE = DEL, but with del it doesn't work.
Can anybody write me where is problem?
Thanks.
In Event key_press I write
If e.KeyChar = Microsoft.VisualBasic.Chr(127) Then
Asci 127 is key DELET.
But it doesn't work, when I get other Ascii It's ok.
And When I press CTRL+BACKSPACE with ascii 127 it's ok. CTRL+BACKSPACE = DEL, but with del it doesn't work.
Can anybody write me where is problem?
Thanks.