T
Tech Student via .NET 247
(Type your message here)
I need to implement functionality to support functionkeys(F1..F12) and shortcut keys(example Ctrl R) in windowsforms.User will use just the key board to access and navigatethe forms, User will not use mouse.If any one has anysuggestions can you please let me know.
Note:I tried KeyPressed events. it seems i can't capture thefunction keys or the modifier keys with this event.
Note: i tried to use ProcessCmdKey. I am not able to capture thecombination key strokes like "Ctrl F")
Thanks
I need to implement functionality to support functionkeys(F1..F12) and shortcut keys(example Ctrl R) in windowsforms.User will use just the key board to access and navigatethe forms, User will not use mouse.If any one has anysuggestions can you please let me know.
Note:I tried KeyPressed events. it seems i can't capture thefunction keys or the modifier keys with this event.
Note: i tried to use ProcessCmdKey. I am not able to capture thecombination key strokes like "Ctrl F")
Thanks