Windows Desktop Development for Ink, Touch, and Tablet PC announcement
-
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 -
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.
-
Unanswered0VotesHow to distinguish the finger and cursor when move on the screen?
Now we are developping a touch project which is based on WIN7. We want the Project both support touch and cursor. I find the codes: "((GetMessageExtraInfo() & ... -
Discussion0VotesDoes Touch Injection API work with WPF UIs?
Hi, I'm working on writing automaiont test cases for our WPF app using Automation UI in Windows 8. And i tried to use touch injection API to simulation touch ... -
Answered0VotesInkManager in wpf
I'm trying to support handwriting recognition in windows 8 desktop. The new InkManager in window.winmd seems to be a better solution than Microsoft.Ink. After referencing window.winmd and ... -
Unanswered0VotesSurface 2.0 runtime install kills mouse
Hi, I have installed the Surface 2.0 runtime on a Win7 x64 w/ touch device. It appears all mouse related functionally is gone, including in log-in ... -
Unanswered0VotesDevelopment on Collaboration Tool, OneNote, Messaging
Dear All, we are thinking of doing a metro application for windows tablet which would be a meeting collaborative tool/solution for our client. We are thinking in a direction of ... -
Unanswered0VotesWindows 8 Bug Report
Where should i report about Windows 8 Bug that i found ? i would like to report Windows 8 and Windows 8 Pro Bug. This is My Problem ... -
Unanswered0VotesSideloading Process in windows 8 applications
Hello All, Here is once concern that, I need to use Side loading Process in my windows 8 application, let me know is there any need for any license, is ... -
Unanswered0VotesTablet stylus on Win7 generates unwanted MouseMove event
I have C#/.NET 3.5 WindowsForms application that does its own handing of MouseDown/MouseUp events. I have 2 same tablets with stylus (pen), one with WindowsXp, other with ... -
Unanswered0VotesDatetimePicker Does Not Work with Touch Screen?
I am working on a app that runs on a tablet PC (Acer's ICONIA W700). It seems that the Datetime Picker does not work on the touch screen. I have to use mouse to select a date. Is ... -
Unanswered0VotesVisual Studio 2012 touch interaction
I've got Visual Studio 2008 and 2012 running on my Surface Pro. In 2008, I can actually use my tap finger inside the code editor and scroll up and down. However, 2012, tapping inside the ... -
Unanswered0VotesAbout WM_GESTURE , a small question
Now I am doing the touch programming based on win7. I use WM_GESTURE message to get the touch information.When I do the zoom gesture on the screen, first time I always can't get the WM_GESTURE message ... -
Unanswered0VotesHooked WM_Gestures but Panning returns one axis
I have implemented a new class to handle gestures received on the WM_Gesture messages. When panning, the GESTUREINFO.ptsLcation object only returns one axis changing. Example: ... -
Answered2VotesUnable to use the Touch Injection sample to draw a line
Hi, I downloaded the Windows 8 Touch Injection sample from here and I was able to simulate touch down and touch up events. But I was unable to draw a line or simulate ... -
Unanswered0VotesV4 Printer Driver Failed to install on a Surface
Dear All, I am trying to install a V4 Printer Driver in a Surface (ARM Based Processor, and Windows RT 32 bit OS). As seen in inbox drivers (HP, XEROX etc), I too ... -
Unanswered0VotesI can't recive the message of WM_TOUCH
Now we are developping a new touch WinForm application in win7.Our tool is Visual Studio 2010 , and the language is c# . In the project we use some components of ... -
Unanswered0VotesWPF Inkcanvas calibration off after Switch Account
I have consistently reproduced this on our .net 4.5 InkCanvas app on the Surface Pro, but the symptoms match some other customer problems (who were not going through Switch Account) on Windows 7 with ... -
Unanswered0VotesProblem with WM_GESTURES and GetGestureInfo (returning FALSE)
Hello reader, I'm attempting to use the windows WM_GESTURE messages to move and rotate a camera in a 3d-world, trying to get rid of the conventional mouse/keyboard ... -
Unanswered0VotesUnable to use RegisterPointerInputTarget
Hi I'm trying to upgrade a .Net project running well on Windows7 to Windows8. This program use touch screen capacities. On my Windows7 project my code in C# ... -
Unanswered0VotesHow to get all fingers position under GESTURE
Hi, Is it possible to obtain all fingers' coordinates? When one finger tap on the screen, i can get the first finger position by WM_GESTURENOTIFY and ... - Items 1 to 20 of 1060 Next ›



