No announcements
Found 1180654 threads
-
0 Votes
multiple keyboard events on single key
One event is key press, the other is key release.Answered | 1 Replies | 3014 Views | Created by PaltryProgrammer - Sunday, August 30, 2020 3:39 AM | Last reply by Igor Tandetnik - Sunday, August 30, 2020 4:14 AM -
1 Votes
Keyboard Layout Using Multiple Dead Keys
XKeyboard - on-screen keyboard: http://www.codeproject.com/Articles/10012/XKeyboard-on-screen-keyboard.Answered | 3 Replies | 3143 Views | Created by Kostas0 - Tuesday, April 24, 2012 7:32 AM | Last reply by Kostas0 - Wednesday, May 2, 2012 1:59 PM -
0 Votes
VMs disk encryption : single key or multiple keys ?
Regarding the encrypting the multiple virtual machines with the same key which is stored in key vault can be possible.You can use the same and keyvault ...Answered | 1 Replies | 2018 Views | Created by wouli - Tuesday, July 2, 2019 10:53 AM | Last reply by YASWANTH MADI - Tuesday, July 2, 2019 2:06 PM -
0 Votes
Capture Enter key event from Surface Keyboard
Add a handler for the SurfaceTextBox.KeyDown event.Answered | 1 Replies | 4553 Views | Created by Lawrence 007 - Wednesday, April 21, 2010 5:48 PM | Last reply by Erik De Bonte - Microsoft - Monday, May 17, 2010 8:48 PM -
1 Votes
Multiple Events as Single Handler.
You can execute the same action from multiple events, and you can execute those actions conditionally.Answered | 11 Replies | 1185 Views | Created by Habib ur rehman - Thursday, April 17, 2014 5:10 PM | Last reply by Habib ur rehman - Saturday, April 19, 2014 12:23 AM -
0 Votes
Keyboard arrow key navigation on form with multiple buttons
looking at your links an dplaying around a bit i found that on each button you use the: PreviewKeyDown event and in that ...Answered | 2 Replies | 4879 Views | Created by Tech Anthony - Friday, March 20, 2009 10:37 PM | Last reply by Tech Anthony - Saturday, March 21, 2009 8:44 AM -
1 Votes
Voice to keyboard key/mouse input
Is there a fairly simple way of mapping voice commands (one word mostly) to keyboard keys?Answered | 2 Replies | 1488 Views | Created by AlwaysTomorrow - Wednesday, August 17, 2016 9:14 AM | Last reply by AlwaysTomorrow - Thursday, August 18, 2016 5:49 AM -
0 Votes
listview Single Click Event
My guess would be that the List itself is watching the MouseDown event to know when to change it's selection, then marking the event as 'handled' so you don't see it.Answered | 4 Replies | 4527 Views | Created by heyheyyeah - Monday, August 4, 2008 2:26 PM | Last reply by matte303 - Monday, August 4, 2008 7:40 PM -
4 Votes
Lock some keys on keyboard
Hi Tempeck81, I think you can add hooks to intercept keyboard inputs to accomplish this.Answered | 4 Replies | 6158 Views | Created by Tempeck81 - Tuesday, June 21, 2011 1:26 PM | Last reply by Min Zhu - Wednesday, June 22, 2011 6:56 AM -
1 Votes
Multiple Remote Event Receivers in a single Provider hosted app with single service
Hello Jerry, I am facing similar issue where we have to create multiple remote event receiver using one provided hosted app.Answered | 2 Replies | 1646 Views | Created by spotech - Thursday, March 31, 2016 11:33 AM | Last reply by Darpan Jain - Wednesday, December 28, 2016 11:19 AM -
2 Votes
Run multiple commands with single key press?
Hello, I know it is possible to change the shortcut keys to a command.Answered | 1 Replies | 4813 Views | Created by Crono7 - Tuesday, March 31, 2009 3:49 PM | Last reply by Ewald Hofman (MSFT) - Tuesday, March 31, 2009 8:13 PM -
0 Votes
How to catch a keyboard event
You can also use keyboard hook to filter the keyboard input information.Answered | 3 Replies | 3851 Views | Created by vanilla Y - Wednesday, January 20, 2010 11:34 AM | Last reply by Jing0 - Tuesday, January 26, 2010 8:14 AM -
0 Votes
How to make key event of virtual keyboard while Inputed object isn't lost focus that same with On-Screen Keyboard
Hi, I'm afraid On-Screen Keyboard is not focused .Answered | 1 Replies | 4572 Views | Created by sugia279 - Monday, December 28, 2009 4:22 AM | Last reply by Harry Zhu - Tuesday, December 29, 2009 9:38 AM -
0 Votes
What are the following key constants on the keyboard?
It contains function keys up to F24, while my keyboard has only F1..F12.Answered | 2 Replies | 3310 Views | Created by cbrf23 - Saturday, September 24, 2011 11:45 AM | Last reply by Family Tree Mike - Saturday, September 24, 2011 12:00 PM -
0 Votes
Recognising key strokes from 2 keyboards!?
You can use the Raw Input API to distinguish between multiple input devices.Answered | 1 Replies | 1215 Views | Created by Hassan Ayoub - Tuesday, August 20, 2013 2:41 PM | Last reply by Wizend - Tuesday, August 20, 2013 5:10 PM -
0 Votes
How to disable certain keyboard key ???
Set the form's KeyPreview property to True, then add code in the KeyPress or KeyDown event to examine the key that was pressed.Answered | 1 Replies | 2354 Views | Created by Han_BFY - Wednesday, November 9, 2011 3:27 AM | Last reply by Acamar - Wednesday, November 9, 2011 4:19 AM -
0 Votes
Help Performing Keyboard Events
Why is it that when I want to make more keyboard events, I get an error?Answered | 6 Replies | 3457 Views | Created by Heimdallr_of_Bifrost - Wednesday, March 26, 2014 7:14 PM | Last reply by IronRazerz - Friday, April 11, 2014 8:18 PM -
1 Votes
Disable the Windows Key in both the physical and virtual keyboard
On Screen Keyboard is one application that is used to simlate the keyboard to send the Key Events to system.Answered | 2 Replies | 6265 Views | Created by JimBassett - Wednesday, April 18, 2012 2:39 PM | Last reply by Ed Price - MSFT - Monday, April 23, 2012 11:35 PM -
1 Votes
How to detect witch keyboard was used to press a key?
http://msdn.microsoft.com/en-us/library/ms645600(VS.85).aspx Use RegisterRawInputDevices() to register the keyboards in use.Answered | 2 Replies | 1421 Views | Created by Luca Rood - Saturday, January 19, 2013 1:05 PM | Last reply by Luca Rood - Sunday, January 20, 2013 3:08 PM -
0 Votes
Unable to detect SHIFT key from onScreen keyboard
Working with Physical keyboard this is not an issue using the KeyDown event.Answered | 1 Replies | 2570 Views | Created by RIP27 - Thursday, May 3, 2012 1:16 AM | Last reply by Matt Small - Friday, May 4, 2012 2:13 PM - Items 1 to 20 of 1180654 Next ›
No announcements