Windows Desktop Development for Ink, Touch, and Tablet PC announcement
-
Link
The following link points to the code gallery sample for the Windows Touch Photostrip sample:
http://code.msdn.microsoft.com/wintouchphotostrip
This sample demonstrates how to get past the limitation of only one window receiving WM_TOUCH messages.
-
Link
Hello and welcome to the "Ink, Multi-Touch, and Other Tablet PC Development" forum.
This is the place where you can post questions, tricks, tips, and other observations about creating applications that specifically take advantage of natural input methods of ink and touch. Whether you are setting up a development environment, integrating handwriting into an existing application, or creating a state-of-the-art multi-touch client application from the ground up, we will strive to ensure that both other members of the developer community as well as product team members from Microsoft are pointing you to the correct resources and helping out where applicable.
Some resources that you should know about immediately:
- The Windows Developer Center on MSDN (http://msdn.microsoft.com/windows) contains pages dedicated to Tablet and Touch Technology. From the home page, click Technologies, and then click Mobile PC.
- In addition, the Windows Developer Center contains resources specific to Tablet and Touch Technology in the Learn page, including How-Do-I videos and MS Learning webcasts.
- The developer center contains a number of hands-on labs dedicated to Tablet and Touch Technology. The labs--written in C++, C#, and Visual Basic .NET--range from getting started to advanced pen data manipulation.
You can find the Tablet and Touch SDK documentation in the MSDN Library:
- All conceptual topics are grouped together under the Tablet PC Development Guide. This includes native and managed conceptual information.
- All of the native reference documentation is located under the Tablet PC COM Library Reference node.
- The reference documentation for managed APIs is located in the following .NET Framework namespaces:
- Microsoft.Ink (general ink functionality)
- Microsoft.Ink.TextInput (Tablet PC Input Panel)
- Microsoft.StylusInput (RealTimeStylus implementation)
- Microsoft.StylusInput.PluginData (Plugin data for RealTimeStylus)
- System.Windows.Ink (WPF implementation)
- System.Windows.Ink.AnalysisCore (base classes for ink analysis in WPF)
- In addition, the System.Windows.Controls namespace contains the InkCanvas and the InkPresenter classes.
This forum is NOT for end-user questions or hardware reviews. It is for questions about developing applications using Tablet and Touch technologies. Questions that are out of scope will be redirected to appropriate forums or newsgroups.
This forum is based on a new Forum 3.0 platform which provides many robust features. To know more about Forum 3.0 new features, view the following video:
http://xpstream.winisp.net/samjarawan/msdn%20forums%20overview.wmv
-
0 Votes
Cannot use CTRL+WIN+F24 to toggle Precision touchpad on/off state at Lock screen
Generally I can use CTRL+WIN+F24 to toggle Precision touchpad on/off state for our product. But I found that the combination key is not workable in ... -
0 Votes
Cannot use CTRL+WIN+F24 to toggle Precision touchpad on/off state at Lock screen
Generally I can use CTRL+WIN+F24 to toggle Precision touchpad on/off state for our product. But I found that the combination key is not workable in ... -
2 Votes
How to Enable ou Disable Bluetooth in c# UWP
radio.Kind == RadioKind.Bluetooth); return bluetoothRadio != null && bluetoothRadio.State == ...Unanswered | 2 Replies | 3848 Views | Created by seblefur56 - Friday, December 16, 2016 9:29 AM | Last reply by bloved3 - Tuesday, October 9, 2018 8:48 AM -
0 Votes
User Agent for Microsoft Tablets
I can't find a CLEAR documentation about the user agent used for the Microsoft tablet devices (like Microsoft Surface) I could find that the user agent for a surface tablet can ...Unanswered | 2 Replies | 10505 Views | Created by Emilien Brigand - Wednesday, April 9, 2014 11:34 AM | Last reply by veer160885 - Thursday, October 4, 2018 12:29 PM -
0 Votes
On Screen Key Board (OSK.exe) WindowsTop Registy Entry value Changed Not Reflecting immediately
Hi, I am using On Screen Key Board(osk.exe) in wpf appliation,Iam calling the osk.exe on focus of ui elements. Iam ... -
2 Votes
InkCanvas selection adorner
Hello. Is there any way to modify the default selection adorner in an InkCanvas? For example, I would like to make the resize handles round instead of square, change their ...Answered | 12 Replies | 17159 Views | Created by borice - Friday, December 22, 2006 7:11 AM | Last reply by Himanshu Mange - Wednesday, August 22, 2018 11:46 AM -
0 Votes
How to Control Precision Touchpad Settings with Code?
Windows 10 adds many touchpad settings if a "precision touchpad" is detected. I have not been able to find a way to disable this with code, only by going to the settings ...Unanswered | 1 Replies | 1594 Views | Created by ishiho - Wednesday, November 30, 2016 10:01 AM | Last reply by SaurabhArora - Saturday, July 21, 2018 7:02 AM -
0 Votes
Using the touch keyboard from my game
Hello everyone, I'm porting my small strategy game (https://ltjax.itch.io/abstractanks) to work nicely on a microsoft surface pro in touch mode and I bumped into a little problem. ... -
0 Votes
API to dynamically change Win10 touchpad 'Cursor speed' without restarting
We need to reduce Win10 touchpad cursor speed in certain state in our application. So, i was planning that when the application enter a specific state, we will change touchpad cursor speed ... -
0 Votes
Cannot suppress Windows touch keyboard in 1803 update
Hello We are experiencing the same problem as described here. The workaround with the automation peer used to work until the latest Windows version. The ...Unanswered | 1 Replies | 710 Views | Created by Stannieman - Wednesday, July 4, 2018 4:19 PM | Last reply by Stannieman - Saturday, July 7, 2018 3:23 PM -
0 Votes
Longevity issues when using multiple touchscreens/digitizers
I am in the process of migrating a software stack from Windows 7 to Windows 10. To work around changes in the O/S regarding touch and tablet support, an application was written using ... -
0 Votes
Acrylic brush always falls back to solid color.
Hello, I've been trying to implement new acrylic design language but applied acrylic brush always falls back to its fallback color. I use Fall Creators Update and my ... -
0 Votes
How to get finger position on touchpad
Hi, i already asked this question on other forums but didn't get a sufficent answer.... Recently we worked with the synaptics sdk and SynTP and it worked like a ... -
0 Votes
Windows 10: Prevent Mouse from jumping to Touch Screen
Hi We have an application that runs full screen on a touch monitor. The user should be able to use the software via touch while working in Excel or other ... -
0 Votes
toutch keyboard not poping
Hi, I developped a WPF application for use with Windows 10 pro. There is some textbox in the application. It used to work fine, just put your finger ... -
0 Votes
Windows 10 Enterprise + Kiosk Mode (Shell Launcher) + Touch Keyboard + Google Chrome
Hello, I can't seem to find a definitive answer to this question. Is it possible to use the built-in Windows 10 touch keyboard in standard Windows 10 kiosk mode using the ...Unanswered | 3 Replies | 3385 Views | Created by Hal Hunt - Saturday, January 6, 2018 12:14 AM | Last reply by Hal Hunt - Thursday, February 8, 2018 3:58 PM -
0 Votes
How to detect pen or touch action on InkOverlay?
Hi, I need to detect if the message that my InkOverlay receives comes from a Pen or a Touch action. Could someone give me some hints/links/code how to do ...Answered | 4 Replies | 5382 Views | Created by ukobsa - Thursday, May 6, 2010 2:14 PM | Last reply by Sean Maxted - Sunday, January 28, 2018 6:38 PM -
0 Votes
Touch error on multi screen after update to 1709
Hello, We have a touch screen wall system that use an AMD vga card to merge four 1920x1080 projectors as signal 6240x1080 projector (screen) wall, the horizontal overlap length ... -
3 Votes
How to use InjectTouchInput function of User32.dll of Windows 8 in C#?
I have the following code and it does not work. I think it is mainly because I do not know how to write the following structure in C# properly. It's all about managed and unmanaged interoperability. I ...Proposed | 13 Replies | 20246 Views | Created by Markus Persiana - Sunday, March 18, 2012 11:09 PM | Last reply by Groboto - Friday, December 29, 2017 10:24 AM -
0 Votes
API that supported in OneCoreUap.dll for sending keyboard scan codes to OS
Dear Folks, Greetings !! I'm developing an application to send keyboard scan codes to OS and will ...Unanswered | 1 Replies | 576 Views | Created by mohanraj123 - Thursday, December 14, 2017 12:10 PM | Last reply by mohanraj123 - Thursday, December 21, 2017 6:51 AM
Windows Desktop Development for Ink, Touch, and Tablet PC announcement
-
Link
The following link points to the code gallery sample for the Windows Touch Photostrip sample:
http://code.msdn.microsoft.com/wintouchphotostrip
This sample demonstrates how to get past the limitation of only one window receiving WM_TOUCH messages.
-
Link
Hello and welcome to the "Ink, Multi-Touch, and Other Tablet PC Development" forum.
This is the place where you can post questions, tricks, tips, and other observations about creating applications that specifically take advantage of natural input methods of ink and touch. Whether you are setting up a development environment, integrating handwriting into an existing application, or creating a state-of-the-art multi-touch client application from the ground up, we will strive to ensure that both other members of the developer community as well as product team members from Microsoft are pointing you to the correct resources and helping out where applicable.
Some resources that you should know about immediately:
- The Windows Developer Center on MSDN (http://msdn.microsoft.com/windows) contains pages dedicated to Tablet and Touch Technology. From the home page, click Technologies, and then click Mobile PC.
- In addition, the Windows Developer Center contains resources specific to Tablet and Touch Technology in the Learn page, including How-Do-I videos and MS Learning webcasts.
- The developer center contains a number of hands-on labs dedicated to Tablet and Touch Technology. The labs--written in C++, C#, and Visual Basic .NET--range from getting started to advanced pen data manipulation.
You can find the Tablet and Touch SDK documentation in the MSDN Library:
- All conceptual topics are grouped together under the Tablet PC Development Guide. This includes native and managed conceptual information.
- All of the native reference documentation is located under the Tablet PC COM Library Reference node.
- The reference documentation for managed APIs is located in the following .NET Framework namespaces:
- Microsoft.Ink (general ink functionality)
- Microsoft.Ink.TextInput (Tablet PC Input Panel)
- Microsoft.StylusInput (RealTimeStylus implementation)
- Microsoft.StylusInput.PluginData (Plugin data for RealTimeStylus)
- System.Windows.Ink (WPF implementation)
- System.Windows.Ink.AnalysisCore (base classes for ink analysis in WPF)
- In addition, the System.Windows.Controls namespace contains the InkCanvas and the InkPresenter classes.
This forum is NOT for end-user questions or hardware reviews. It is for questions about developing applications using Tablet and Touch technologies. Questions that are out of scope will be redirected to appropriate forums or newsgroups.
This forum is based on a new Forum 3.0 platform which provides many robust features. To know more about Forum 3.0 new features, view the following video:
http://xpstream.winisp.net/samjarawan/msdn%20forums%20overview.wmv