G
Guest
I am trying to implement the keyboard functionality in windows forms.
I am overriding the "ProcessDialogKey" method to capture the key strokes.
I could able to capture all the key strokes when the focus is not in the
datagrid.
When the focus is in datagrid i am running into problem:
when i press F5 its not firing any event, all other function keys are firing
an event which i could able to capture using ProcessDialogKey.
If any one has any suggestions can you please let me know.
your help is greatly appreciated.
Thanks
I am overriding the "ProcessDialogKey" method to capture the key strokes.
I could able to capture all the key strokes when the focus is not in the
datagrid.
When the focus is in datagrid i am running into problem:
when i press F5 its not firing any event, all other function keys are firing
an event which i could able to capture using ProcessDialogKey.
If any one has any suggestions can you please let me know.
your help is greatly appreciated.
Thanks