No announcements
Found 2928606 threads
-
0 Votes
Does Windows store device application support Hot key implementation?
from where I can get some thought or idea to develop adorners with visual states in Windows Store applications.Answered | 6 Replies | 1342 Views | Created by sansmile - Saturday, June 14, 2014 11:13 AM | Last reply by Rob Caplan [MSFT] - Thursday, June 19, 2014 12:38 AM -
0 Votes
Application wide hot key
... how to have global hot keys allowable when the application has ANY form/control in focus. [...]Answered | 2 Replies | 2963 Views | Created by CommanderKeen - Friday, December 16, 2011 10:50 PM | Last reply by Malobukv - Saturday, December 17, 2011 8:19 AM -
0 Votes
Application Switching with a Global Hot Key
I'm working on writing an application that straddles the line between C# and C/++ on Windows Mobile 6.1/6.5.Answered | 2 Replies | 4511 Views | Created by BrockJonathan - Monday, May 9, 2011 6:55 PM | Last reply by jjaar - Wednesday, March 7, 2012 3:47 PM -
0 Votes
How to implement Suspend and Resume in Windows Store application .
Hi, I want to implement suspend and resume in Window store application (Windows 8.1) C# XAML, is there any good example.Answered | 5 Replies | 1387 Views | Created by Rajeev BR - Monday, March 10, 2014 1:51 PM | Last reply by Rajeev BR - Wednesday, March 12, 2014 3:15 PM -
0 Votes
assign a hot key for the application
Shrikant Maske Tier 2 Application Support Server and Tools Online Engineering Live Services TeamAnswered | 1 Replies | 10256 Views | Created by jindmariye - Friday, September 26, 2008 8:27 AM | Last reply by Shrikant Maske - Tuesday, October 21, 2008 2:22 PM -
0 Votes
Disable a key or a combination in keys in windows store application
Heyy sry for the ambiguity..The key I mentioned is a key on keyboard.I want to disable for eg: shift key and shift + right click on a hyperlink in a web ...Answered | 3 Replies | 848 Views | Created by praveen234 - Monday, May 20, 2013 10:40 AM | Last reply by jrboddie - Monday, May 20, 2013 3:18 PM -
1 Votes
OpenGL support in windows 8 store Application C#
Hi James , i want to implement green screen only on image.Answered | 3 Replies | 3700 Views | Created by Brij Pandya - Friday, August 16, 2013 9:24 AM | Last reply by Brij Pandya - Monday, August 19, 2013 6:30 AM -
0 Votes
Hot Key.....
Do I insert the code (not the class begin and end class) into the class begin and end class for the hot key.Answered | 7 Replies | 687 Views | Created by FenixRising - Wednesday, July 8, 2015 1:43 AM | Last reply by IronRazerz - Friday, July 10, 2015 10:35 AM -
0 Votes
Dynamic Hot Keys WinForms
Hi Ben, There are a lot of ways to set the hot keys, perhaps you could refer to the following methods: 1.Answered | 2 Replies | 508 Views | Created by BR Computing - Monday, April 25, 2016 6:28 AM | Last reply by Moonlight Sheng - Tuesday, April 26, 2016 5:17 AM -
0 Votes
Windows 8 Store device apps
For Windows Store apps, file opening and file management is done using the Window.Storage APIs.Answered | 9 Replies | 3935 Views | Created by Ash8659 - Friday, November 16, 2012 2:39 PM | Last reply by Lisa O - MSFT - Wednesday, November 21, 2012 6:04 AM -
10 Votes
Hot key does not wok in subforms in tabcontrols in Access 2010
We have also discovered that hot keys do not work in frames.Answered | 12 Replies | 7710 Views | Created by Klar_Hakan - Tuesday, November 23, 2010 1:29 PM | Last reply by Tom van Stiphout (MVP) - Sunday, August 14, 2016 1:40 PM -
3 Votes
Linking Application to Windows Store
The method to which I was directed in order to achieve this was to install an app on the device from the Windows Store.Answered | 11 Replies | 943 Views | Created by MaxLenk - Thursday, August 11, 2016 12:59 AM | Last reply by IoTGirl - Wednesday, November 9, 2016 4:04 AM -
0 Votes
Windows Device Application for PIR sensor
Specialized devices can be accessed from one and only one Windows Store app.Answered | 11 Replies | 3405 Views | Created by Ravindra_Babu - Wednesday, July 24, 2013 9:54 AM | Last reply by Ravindra_Babu - Tuesday, September 24, 2013 3:18 AM -
0 Votes
How to implement mutiple key keyboard shortcuts
Or do I need to implement my own two-level short cut key processing?Answered | 1 Replies | 1584 Views | Created by RD Holland - Thursday, December 6, 2012 8:09 PM | Last reply by David Lowndes - Friday, December 7, 2012 12:03 AM -
1 Votes
hot key assigned in third party menu is not worked as expected in tool window
You would have to post repro code, I have used that override numerous times and it does indeed work.Answered | 7 Replies | 2671 Views | Created by Nguyen Thanh Ho - Thursday, March 8, 2012 9:18 AM | Last reply by Ryan Molden - Wednesday, March 14, 2012 5:05 AM -
0 Votes
Windows Store App for USB device
To use the device with existing firmware, can I use Store App's Device.USB namespace?Answered | 6 Replies | 3432 Views | Created by Dhruvesh - Sunday, November 3, 2013 9:52 PM | Last reply by Philip Ries - Thursday, November 7, 2013 12:31 AM -
1 Votes
How To Enable Hot-Keys
It is got from testing, I set a breakpoint and check the WParam while we pressing the "Alt" key.Answered | 6 Replies | 5797 Views | Created by Midhunkumarsingh - Wednesday, May 4, 2011 10:39 AM | Last reply by Jie Bao - Tuesday, May 17, 2011 10:08 AM -
4 Votes
Scanners support in windows 8 store app
Scanners are only supported on Desktop applications for Windows 8, just like in Windows 7 and earlier.Answered | 8 Replies | 3806 Views | Created by John Rick - Friday, January 18, 2013 7:30 AM | Last reply by Lisa O - MSFT - Thursday, July 4, 2013 6:46 AM -
-1 Votes
Does lightswitch application support mobiles?
Does LS have a client object modal to call server side yet?Answered | 4 Replies | 2960 Views | Created by Mehmood Ahmed - Monday, July 4, 2011 7:42 AM | Last reply by Billy Kidd - Monday, July 18, 2011 3:32 PM -
1 Votes
Disable hot key Alt+tab in Windows 7 using C#
Hi friend, When i broswer other related thread, i found that use the following code with Timer with Interval of 100 , and set its Enabled property to true ... so ...Answered | 2 Replies | 970 Views | Created by ch suresh - Monday, October 27, 2014 10:22 AM | Last reply by Kristin Xie - Tuesday, October 28, 2014 6:03 AM - Items 1 to 20 of 2928606 Next ›
No announcements