No announcements
Found 2271959 threads
-
0 Votes
Detect if physical keyboard is available
Thus a device can have a keyboard which can be unavailable.Answered | 3 Replies | 5073 Views | Created by Peter Vrenken - Saturday, December 15, 2007 11:30 AM | Last reply by Christopher Fairbairn - Monday, December 17, 2007 12:11 PM -
7 Votes
How to detect physical keyboard on Windows 7 in a desktop WPF application?
But I still need help to tell if any of the discovered keyboard devices is a physical keyboard.Answered | 6 Replies | 5878 Views | Created by Jenny Duan - Thursday, May 29, 2014 7:23 PM | Last reply by Andy ONeill - Sunday, April 19, 2015 2:49 PM -
0 Votes
Keyboard detection
if( Microsoft.WindowsMobile.Status.SystemState.KeyboardPresent ) { //keyboard present } else { //n ...Answered | 5 Replies | 3122 Views | Created by Ananthapadmanabhan - Friday, March 27, 2009 6:40 AM | Last reply by WmDev - Monday, March 30, 2009 7:39 AM -
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 | 2391 Views | Created by RIP27 - Thursday, May 3, 2012 1:16 AM | Last reply by Matt Small - Friday, May 4, 2012 2:13 PM -
1 Votes
c# to detect if mouse and keyboard exist?
How to check programatically if keyboard is connected or not?Answered | 3 Replies | 5095 Views | Created by Anthony2007 - Sunday, February 14, 2016 2:10 AM | Last reply by Sabah Shariq - Monday, February 15, 2016 9:35 AM -
0 Votes
Detecting keyboard entry on a form.
But I do hv a problem after that, when I try to raise 2 messageBox after detecting a keydown action, I can hear the first messagebox raised sound but see no ...Answered | 3 Replies | 2883 Views | Created by C_ nb - Thursday, December 18, 2008 4:59 AM | Last reply by Tan Silliksaar - Friday, December 19, 2008 6:56 AM -
0 Votes
Method to identify physical keyboard in C++
I would like to pop up the virtual keyboard in Tablet PC when edit control got the focus and keyboard is not attached.Answered | 1 Replies | 592 Views | Created by peri_06 - Wednesday, April 20, 2016 4:21 PM | Last reply by Hart Wang - Thursday, April 21, 2016 6:00 AM -
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 | 5982 Views | Created by JimBassett - Wednesday, April 18, 2012 2:39 PM | Last reply by Ed Price - MSFT - Monday, April 23, 2012 11:35 PM -
0 Votes
how to Detect no program is capturing my keyboard input?
virus stealing our account and password let us upset, so , can I program a simple program to detect whether virus is dectecting our mouse/keyboard input?Answered | 1 Replies | 10956 Views | Created by gem_pplus - Sunday, September 28, 2008 8:36 AM | Last reply by sudarshans1 - Monday, October 20, 2008 6:14 AM -
1 Votes
How to detect witch keyboard was used to press a key?
I am having some trouble understanding how to do it!Answered | 2 Replies | 1247 Views | Created by Luca Rood - Saturday, January 19, 2013 1:05 PM | Last reply by Luca Rood - Sunday, January 20, 2013 3:08 PM -
24 Votes
Detecting SMT/Hyperthreads vs physical cores
With it there are 2x more logical than physical cores.Answered | 22 Replies | 8677 Views | Created by Scott Bruno - Thursday, April 19, 2012 9:34 PM | Last reply by Alecazam - Wednesday, January 16, 2013 6:56 PM -
0 Votes
How to detect physical keyboard?
But since the damn keyboard covers up everything important, we have decided unanimously that the virtual keyboard must go.Proposed | 4 Replies | 2661 Views | Created by RandyPete - Monday, December 23, 2013 8:08 PM | Last reply by RandyPete - Friday, December 27, 2013 4:31 PM -
0 Votes
Industrial Scanner - Zebra Symbol MC9200 Mobile Computer - Disable physical keyboard
Expanding on that answer, only the OEM knows how the internal keypad is wired, therefore only the OEM knows how to disable it.Answered | 1 Replies | 1050 Views | Created by Kardai - Wednesday, August 15, 2018 12:29 PM | Last reply by Bruce Eitman - Thursday, August 16, 2018 8:54 AM -
0 Votes
Detect Combine Keys Cntrl + Enter with RawInput / Hook Keyboard
The keyboard hooks are widely spread between add-in developers.Answered | 3 Replies | 1419 Views | Created by Attiqe Ur Rehman - Wednesday, February 5, 2014 7:12 AM | Last reply by Eugene Astafiev - Wednesday, February 5, 2014 7:51 PM -
0 Votes
Wireless keyboard connection
Adding your keyboard failed.Answered | 6 Replies | 4207 Views | Created by dbart57 - Tuesday, September 20, 2011 8:45 PM | Last reply by Steven - Support Engineer - Saturday, December 17, 2011 9:28 PM -
0 Votes
How To Detect @ key In Wpf
StringBuilder stringBuilder = new StringBuilder(2); int result = ToUnicode((uint)virtualKey, scanCode, keyboardState, stringBuilder, stringBuilder.Capacity, 0); ...Answered | 2 Replies | 1281 Views | Created by Xyzsamm - Saturday, March 8, 2014 4:05 PM | Last reply by Magnus (MM8) - Sunday, March 9, 2014 12:01 PM -
1 Votes
Surface 2 Keyboard is not detected after waking up for sleep
I forget the keyboard name, but it is the purple one with the back lit keys.Answered | 2 Replies | 1269 Views | Created by illafam - Thursday, May 1, 2014 8:24 AM | Last reply by Just Karl - Friday, May 2, 2014 2:07 PM -
0 Votes
wpf to detect physical keyboard
is there any existing api in .net for win8 desktop mode to detect availability of physical keyboard?Answered | 2 Replies | 2936 Views | Created by smooth connection - Thursday, February 28, 2013 3:47 AM | Last reply by smooth connection - Monday, March 4, 2013 6:13 PM -
4 Votes
how to detect backspace
cash receipt form at the same time. but user just using transaction > cash receipt form. its so hard for me to detect which textbox or object in which form setfocus .Answered | 6 Replies | 5460 Views | Created by yanyee - Wednesday, September 30, 2009 2:49 AM | Last reply by Christof Wollenhaupt - Wednesday, October 7, 2009 6:05 AM -
1 Votes
Disable screen keyboard when textbox get focused
Hi Rob I want know how to use the CoreWindow.CharacterReceived to receive keyboard events, I tried many way to make TextBlock to receive events but doesn't work.Answered | 11 Replies | 4437 Views | Created by William A Wang - Sunday, May 11, 2014 10:08 AM | Last reply by Rob Caplan [MSFT] - Tuesday, May 13, 2014 6:51 PM - Items 1 to 20 of 2271959 Next ›
No announcements