No announcements
Found 3335176 threads
-
0 Votes
How detect shift key release when both shift keys are pressed
I think that the two shift keys are logically the same key and both provide VK_SHIFT.Answered | 3 Replies | 1499 Views | Created by Pavel Grunt - Wednesday, February 11, 2015 12:57 PM | Last reply by Rob Caplan [MSFT] - Monday, February 16, 2015 3:15 PM -
3 Votes
Detecting shift key on mousedown
That is going to save a lot of struggling trying how to figure out the right syntax.Answered | 2 Replies | 6780 Views | Created by Jercook - Monday, September 5, 2011 4:46 PM | Last reply by Jercook - Monday, September 5, 2011 5:52 PM -
4 Votes
how to handle shift + F3 key
A keyboard accelerator will generate a WM_COMMAND message when it is pressed.Answered | 3 Replies | 3830 Views | Created by Ginu Samuel - Wednesday, December 16, 2009 6:38 AM | Last reply by SimonRev - Wednesday, December 16, 2009 1:58 PM -
0 Votes
Unable to detect SHIFT key from onScreen keyboard
Shift, Control, etc).Answered | 1 Replies | 2449 Views | Created by RIP27 - Thursday, May 3, 2012 1:16 AM | Last reply by Matt Small - Friday, May 4, 2012 2:13 PM -
3 Votes
Disable the shift key in textbox in WPF
Gnanadurai for u r reply i already tried,but that the criteria is that shift key should not be worked so that spl char will not be displayed ...Answered | 5 Replies | 7644 Views | Created by Wpf Trainee - Monday, August 24, 2009 6:05 AM | Last reply by Wpf Trainee - Wednesday, August 26, 2009 6:58 AM -
1 Votes
Presshing Shift Key raises KeyDown Event
It doesn't appear to work for me, because a KeyPress event isn't raised, when I press F3, or Shift + F3.Answered | 4 Replies | 4573 Views | Created by ovianao0000000 - Tuesday, May 19, 2009 7:03 PM | Last reply by ovianao0000000 - Tuesday, May 19, 2009 8:40 PM -
0 Votes
distinguish between numpad 4 + shift and right + shift
You should handle key press, in addition to key down.Answered | 5 Replies | 4700 Views | Created by Ryn - Tuesday, December 15, 2009 3:16 PM | Last reply by Acamar - Wednesday, December 16, 2009 7:48 PM -
2 Votes
how send shift keys with PostMessage() under Win32
Look at SendInput instead of posting key messages.Answered | 5 Replies | 4257 Views | Created by Doug Null - Thursday, January 31, 2013 12:52 AM | Last reply by SimonRev - Thursday, January 31, 2013 9:58 PM -
1 Votes
Key code for Shift+CRTL+6
Dshell.sendkeys("x") After sending the ...Answered | 7 Replies | 2789 Views | Created by Wayner56 - Saturday, November 19, 2011 10:01 PM | Last reply by Wayner56 - Wednesday, February 8, 2012 12:22 AM -
1 Votes
How to detect if a key is pressed ?
You can override the ProcessDialogKey method of the Form to handle the pressing of the arrow keys, and you don't necessarily need to handle the ...Answered | 6 Replies | 5577 Views | Created by clmb007 - Monday, February 21, 2011 5:16 PM | Last reply by clmb007 - Wednesday, February 23, 2011 5:19 PM -
1 Votes
Key Press not detected
doing something when it's detected.Answered | 7 Replies | 3448 Views | Created by AntSalc - Sunday, February 28, 2010 10:06 PM | Last reply by AntSalc - Monday, March 22, 2010 3:13 PM -
7 Votes
Sendkeys function with Shift + Key causing infinite loop
However, all that said, it might help to include the NOREPEAT flag when registering since you only want key presses.Answered | 11 Replies | 1019 Views | Created by tyler_montney - Monday, September 29, 2014 1:00 PM | Last reply by Reed Kimble - Monday, September 29, 2014 10:36 PM -
0 Votes
How To Detect @ key In Wpf
The following GetCharFromKey help method should solve your issue: public enum MapType : uint { MAPVK_VK_TO_VSC = 0x0, MAPVK_VSC_TO_VK = ...Answered | 2 Replies | 1394 Views | Created by Xyzsamm - Saturday, March 8, 2014 4:05 PM | Last reply by Magnus (MM8) - Sunday, March 9, 2014 12:01 PM -
0 Votes
key press detection in c#
>what i want is that the program will run in the background and detect key presses You could register global hot keys using the ...Answered | 4 Replies | 7643 Views | Created by shayVSgaming - Saturday, December 19, 2015 5:31 PM | Last reply by Magnus (MM8) - Saturday, December 19, 2015 8:50 PM -
2 Votes
Data Repeater - How to detect when the Tab key is pressed?
If GetAsyncKeyState(9) Then '9 is the Tab Key Index MsgBox("Tab Pressed") End If End Sub And ...Answered | 8 Replies | 5475 Views | Created by Oric.CQ - Tuesday, August 10, 2010 11:09 PM | Last reply by Zakukashi - Wednesday, September 29, 2010 9:10 PM -
0 Votes
Detecting key modifiers in key events
Keyboard focus is not set by default when UI loads.Answered | 2 Replies | 2953 Views | Created by _Xiao - Wednesday, March 7, 2012 7:49 PM | Last reply by Harini Kannan - Thursday, March 8, 2012 7:09 PM -
0 Votes
Capture MouseDown+Shift Key event onBingMaps 8
Bing maps control does not have a keypress event, however it isn't really needed as you can use the standard key events right on the map div.Answered | 1 Replies | 560 Views | Created by sheon banks2 - Friday, January 6, 2017 10:00 PM | Last reply by Ricky_Brundritt - Saturday, January 7, 2017 12:31 PM -
0 Votes
keypress Event of the form when Shift and another button is pressed
ahhashemi To detect combinations of the keys with shift and ctrl, the Keycode has a member called shift.Answered | 2 Replies | 2635 Views | Created by ahhashemi - Tuesday, July 20, 2010 8:16 AM | Last reply by Chao Kuo - Wednesday, July 21, 2010 8:43 AM -
1 Votes
helprequested being fired when hitting shift-F1
When i changed it to mybase.helprequested it worked fine.Answered | 4 Replies | 2244 Views | Created by Darin Horton - Thursday, June 21, 2012 12:52 PM | Last reply by Cor Ligthert - Friday, June 22, 2012 12:52 PM -
2 Votes
Detecting Enter Key Press
Only need to change for which key you want.Answered | 7 Replies | 4899 Views | Created by hellzxmaker - Monday, October 22, 2012 7:48 PM | Last reply by hellzxmakerb38 - Tuesday, October 23, 2012 6:59 PM - Items 1 to 20 of 3335176 Next ›
No announcements