473,326 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Why SHIFT in Shortcuts in TextBox?

The shortcuts won't work in my application.
CTRL+Z
CTRL+C
CTRL+Y
CTRL+X
etc...
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
Nov 29 '05 #1
6 2608
"Morten Dahl" <mo*************@pcforum.no> schrieb
The shortcuts won't work in my application.
CTRL+Z
CTRL+C
CTRL+Y
CTRL+X
etc...
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.

See the ShortcutsEnabled property.
Armin
Nov 29 '05 #2
"Armin Zingler" <az*******@freenet.de> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
See the ShortcutsEnabled property.


The ShortcutsEnabled property is set to True and it works. The problem is
that I have to use the SHIFT key in shortcuts.

1) Copying text using CTRL+C won't work.
2) Copying text using CTRL+SHIFT+C works fine.

Why?...

The most common combination is the first one.

--
Morten
Nov 29 '05 #3

Morten Dahl wrote:
"Armin Zingler" <az*******@freenet.de> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
See the ShortcutsEnabled property.


The ShortcutsEnabled property is set to True and it works. The problem is
that I have to use the SHIFT key in shortcuts.

1) Copying text using CTRL+C won't work.
2) Copying text using CTRL+SHIFT+C works fine.

Why?...

The most common combination is the first one.


Weird. This happens with a minimal application? - Start VB2005, new
WinForms app, drop on a TextBox, run?

You haven't got a SHIFT-LOCK on your keyboard or something?

--
Larry Lard
Replies to group please

Nov 29 '05 #4
"Larry Lard" <la*******@hotmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
Weird. This happens with a minimal application? - Start VB2005, new
WinForms app, drop on a TextBox, run?
It works OK when I open a blank project. Weird...
You haven't got a SHIFT-LOCK on your keyboard or something?


Caps Lock is off.

---
Morten
Nov 29 '05 #5
"Morten Dahl" <mo*************@pcforum.no> wrote in message
news:11*************@corp.supernews.com...
"Larry Lard" <la*******@hotmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
Weird. This happens with a minimal application? - Start VB2005, new
WinForms app, drop on a TextBox, run?


It works OK when I open a blank project. Weird...
You haven't got a SHIFT-LOCK on your keyboard or something?


Caps Lock is off.

---
Morten


I believe Larry was referring to Shift-Lock... aka Sticky Shift (an
accessibility setting for those that can't hold two keys down at once)

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 29 '05 #6
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:uh****************@TK2MSFTNGP15.phx.gbl...
I believe Larry was referring to Shift-Lock... aka Sticky Shift (an
accessibility setting for those that can't hold two keys down at once)


All fields in ACCESSIBILITY OPTIONS | KEYBOARD are blank.

--
Morten
Nov 29 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Chris Mullins | last post by:
I've seen a bunch of people post that they had troubles with this, but never saw anyone post a working solution. Shift F2 = F12 Ctrl Shift F2 = Ctrl - This seems to work well, as it jumps...
2
by: ansi_c | last post by:
hello, I just developed an .adp application linked to SQL Server 7, I compiled it disabling also all the shortcuts from the tools->startup menu and obtained an .ade project. My problem is that...
0
by: Michael Howes | last post by:
I'm trying to handle a number of keystrokes in a TextBox and for other reasons I'm using the KeyDown I'm trying to know when Shift-Tab is pressed and the following code doesn't work if ( (...
3
by: Çinko | last post by:
Hi, I want to use shortcuts such as F6 or F7 to do something. When i apply event to a blank form, it works well. But if there are some controls on the form like textbox or something else, they are...
0
by: Fredrik Melin | last post by:
I dont know if its the framework or the fact that I am using MenuStrip nowadays but If you have a textbox highlighted (active control), menu shortcuts dont work anymore. My textboxes is readonly...
3
by: ngreplies | last post by:
I have a need for an extra facility to be available when the user presses the SHIFT key whilst clicking on either a Button Control or a textbox. I am using both VB6 and VB.NET2002. Could anyone...
3
by: Rich | last post by:
Hello, I need to add a shift-F2 function to textboxes to bring up a dialogform with the expanded text contained in the respective Textbox. On any of the keydown events of a textbox I can only...
5
by: PAzevedo | last post by:
With ToolStripMenuItem objects i created a 'Tools' menu and from that menu droped an Item to which i assigned a ShortcutKey of 'Keys.Control | Keys.E', and the shortcut doesn't work. This...
0
by: Yusuf Incekara | last post by:
I 've assigned a shortcut key for CTRL+SHIFT+1 key in my application. I can handle these keys in Form's keydown event. private void Form1_Load(object sender, EventArgs e) { this.KeyPreview =...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.