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
How to resolve Network Related Issues on Windows 10
Can anyone help me in this...or need to scan with any software Thanks in Advance -
0 Votes
Virtual Keyboard Won't Stay Visible / WPF / Surface Pro / Win10 Build 1909
Hi... I am writing a WPF application for use on Win10 laptops and Surface Pro tablets. I am targeting .NET Core 3.1. Issue: When in tablet mode on the Surface Pro, the ...Unanswered | 2 Replies | 932 Views | Created by Garry Simmons - Wednesday, June 24, 2020 6:07 PM | Last reply by Castorix31 - Thursday, June 25, 2020 8:33 PM -
0 Votes
Regarding Touch functionality
Hi All, I have two touch dispays. First display i used as Primary display and second one is used as Secondary display. But when i touch on the secondary display ... -
0 Votes
INK as a tool in day-to-day office use
Can INK be used to open a contract from an Outlook email attachment, sign it, and then send it on as an Outlook email from the "share" option of Edge if you use Edge as the PDF reader? ... -
0 Votes
Disabling touchpad as mouse while keeping HID_USAGE_DIGITIZER_TOUCH_PAD
I'm using HID_USAGE_DIGITIZER_TOUCH_PAD raw input to get raw touchpad data and process it. The problem I have is that I need to disable the touchpad from behaving as a mouse. Methods such as ... -
2 Votes
WPF apps stop responding to touch while WinForms apps and Windows still respond
I have a simple WPF application with a main window and a button on it. I developed it with Visual Studio 2013 Update 5 and targeting .NET Framework 4.5.1. My development ...Unanswered | 1 Replies | 1736 Views | Created by ArmondC - Thursday, March 10, 2016 4:02 PM | Last reply by code_Michael - Tuesday, February 11, 2020 9:29 PM -
0 Votes
Converting Windows Journal Files
Hi, I would of thought this would of been pretty easy but after a week of googling I cannot find a satisfactory way of converting journal files to pdfs without opening the file and printing it to pdf ...Answered | 6 Replies | 17710 Views | Created by iPavlo - Monday, March 5, 2007 4:20 PM | Last reply by JayJay005 - Thursday, January 30, 2020 1:51 AM -
0 Votes
Auto search control key board selection in UWP windows store.
Hi, trying to choose nth element from Auto SearchBox Suggestions list using keyboard down and up arrows in UWP windows store app , but only possible to select first or last ... -
1 Votes
TabletTip registry key
Hi, I am looking for a document explaining values of HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7 registry key. Please refer me the right ...Unanswered | 2 Replies | 5985 Views | Created by win-win - Thursday, September 19, 2013 10:57 PM | Last reply by StupidSexyFlanders - Monday, December 9, 2019 4:22 PM -
0 Votes
API to list all power schemes?
I'm looking for any references or sample to list ALL of vista's power scheme names. I've been able to get PowerEnumerate and PowerReadFriendlyName to work for the schemes ...Answered | 2 Replies | 8968 Views | Created by WolfKC - Tuesday, November 20, 2007 6:37 AM | Last reply by Christian Seidlitz - Friday, December 6, 2019 1:10 PM -
7 Votes
On Screen Keyboard not working in Custom Shell, Windows 10 Pro 1709 and 1803
Hi, We are using the On Screen Keyboard in Windows 10 Pro for our Custom Shell application. Since release 1607 and for 1703 the registry ...Proposed | 14 Replies | 12854 Views | Created by CL-81-Tick - Thursday, March 22, 2018 6:54 AM | Last reply by MFG87 - Saturday, November 30, 2019 11:26 PM -
0 Votes
What are the input events or messages that generated when precision touch pad gestures are performed?
I knew that WM_TOUCH or WM_GESTURES are messages generated when touchscreen gestures are performed. All I want to know is what are events generated when gestures like ... -
0 Votes
How to request ratings and reviews for a WPF app published to the MS store
I tried to use the API for UWP, but got a runtime exception. -
0 Votes
How to change mouse cursor default position not on the middle of the main screen
Every time when i turn on my pc and enter into windows 10 , I always see the mouse cursor position on the middle of the main screen. Do anyone know how to change the ...Unanswered | 1 Replies | 1719 Views | Created by anderson0n - Friday, August 23, 2019 12:14 PM | Last reply by Ashidacchi - Wednesday, August 28, 2019 10:18 AM -
0 Votes
Inertia processing
I'm using code that evolved from the example code for handling manipulation and inertia (IInertiaProcessor, IManipulationProcessor). It works great for dragging, but I'm trying with no success to call ...Unanswered | 5 Replies | 1477 Views | Created by Brillo9 - Wednesday, June 26, 2019 2:56 AM | Last reply by Drake_Wu - Tuesday, July 2, 2019 8:41 AM -
0 Votes
uwp how to use AppExtensionCatalog::Open method ,and what can i pass on parameter
i want get extension info for any app in special package ,example the show in the follow picture how to get these ... -
0 Votes
Looking for documentation on palm rejection with capacitive pen
Hi, I'm currently trying to build an app to allow people to mark up pdfs with drawing tools. I've looked around for software that enables palm rejection on my app without using an active pen by ...Unanswered | 0 Replies | 1414 Views | Created by DevelopersDevelopersDevelopersDevelopersDevelopers - Saturday, May 18, 2019 2:13 AM -
0 Votes
Windows Precision Touchpad (PTP) - what is the time delay for a double tap?
I would like to know what should be the minimum time delay between two taps for Windows PTP to interpret the two taps as a double tap? Also, any details/references regarding how PTP ... -
3 Votes
Is it possible to make touch input appear as pen input?
Hello, Being inspired by this blog post, I am wondering if it's possible to make input designated as touch input, and designate it as pen input. I ...Unanswered | 9 Replies | 7017 Views | Created by mbrownnyc - Wednesday, June 11, 2014 1:09 AM | Last reply by Elton_2k9 - Monday, March 25, 2019 1:33 AM -
0 Votes
Raw Input and Touch Screens
I want to listen to global touch events and I am looking into using raw input for this. I was able to get my touch screen device registered and receive WM_INPUT messages for touch input. I am ...Answered | 2 Replies | 3899 Views | Created by Matt Wesemann - Tuesday, June 3, 2014 6:12 PM | Last reply by David Česal - Tuesday, February 26, 2019 7:08 PM
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