Windows Develop Bookmark and Share   
 index > Windows Forms General > Why SHIFT in Shortcuts in TextBox?
 

Why SHIFT in Shortcuts in TextBox?

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.

Morten Dahl  Monday, November 28, 2005 6:05 PM
The most common reason for this is that you've assigned these shortcut keystrokes to menu items or toolbar buttons...
nobugz  Monday, November 27, 2006 8:37 PM
Does anyone have an answer for this? I'd like to know how to fix this.
toneho  Monday, November 27, 2006 8:00 PM
The most common reason for this is that you've assigned these shortcut keystrokes to menu items or toolbar buttons...
nobugz  Monday, November 27, 2006 8:37 PM

hi,

Did you find solution for the problem? If yes then please mark it as answered.

thank you,
bhanu.

Bhanu Prakash Nunna - MSFT  Tuesday, November 28, 2006 12:01 AM

You can use google to search for other answers

Custom Search

More Threads

• How to alter the property of one row in a propertygrid by altering value in another row
• Getting controls under mouse pointer
• mdiparent not resetting mdichild position
• Re: Transform HTML text to WordProcesingML
• Windows Live Messenger Music Plug-in Problem
• Using MS Office to do a mail merge
• Numeric Updown which event get fire when up-down button click
• How can I optimize a custom UI?
• All-In-One Office/Document Viewer
• how to call event of usercontrol to other form