change predefine shortCut keys
how can i change predefine shortcut key......like as ctrl+A.(change Functionality ctrl+A).
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted May 27, 2011, 2:51 AM
If it is textbox, then in textbox's Key_down event , you have check the combination of Ctrl+A key is pressed, then you can do your own functionality.