I have this datagrid on a form. now if the user clicks on the leftmost column of the row and presses the Delete button the row gets deleted. I want to trap the delete key and set keyascii = 0. but there is no ascii code for delete key. How do i do it?
P.S. I have the same problem in VB.NET as well.
Probably there is a common solution to detct delte key for any control.
P.S. I have the same problem in VB.NET as well.
Probably there is a common solution to detct delte key for any control.