Hi,
I wish to capture the keypress event for a datagrid. I have added the handlers for the Keypress and Keydown for the textbox of each column. Problem is that the modular keys (Control, shift and ATL) are handled by the keydown and the 'C' key is handled by the keypress. How can i get the combination code for this so that i can write my copy routine.
Thanks in advance.
