Use the ShortcutsEnabled property to enable or disable the following shortcut key combinations:
CTRL+Z
CTRL+C
CTRL+Y
CTRL+X
etc...
The shortcuts above won't work in my application.
In stead I must use the SHIFT key:
CTRL+SHIFT+Z
CTRL+SHIFT+C
CTRL+SHIFT+Y
CTRL+SHIFT+X
etc...
Why?...
I want the first one. How?
I'm using VB 2005.