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
WlanSetProfileEapXmlUserData for EAP-TTLS with inner method EAP-MSCHAPv2(not MSCHAPv2)
I have been developing a CLI console app which will interface to the MS WLAN-API to perform the following connections: TLS MS-PEAP(with EAP-MSCHAPv2 and ...Discussion | 2 Replies | 1931 Views | Created by Braghadees - Thursday, September 17, 2020 5:45 AM | Last reply by Braghadees - Monday, September 21, 2020 12:41 PM -
0 Votes
Unable to see the Flick option in Control Panel and Flick configuration API
I added a Huion tablet Kamvas Pro 16 to my Dell Latitude 5400. I installed the driver for the Huion tablet. The pen works great. However, I don't see any flick option in Control ... -
0 Votes
Regarding disabling two finger Zoom-in and Zoom-out feature in windows 1
Computer Configuration > Administrative Templates > Windows Components > Edge UI On the ... -
0 Votes
c++ - handle single-dimensional array in Microsoft Interface Definition Language
I followed the instruction at https://docs.microsoft.com/en-us/uwp/midl-3/intro try to use single-dimensional array in c++ winRT ... -
0 Votes
How to capture audio speaker with Windows Media Foundation?
https://docs.microsoft.com/en-us/windows/win32/api/mfidl/nf-mfidl-mfenumdevicesources MFEnumDeviceSources provide a way to capture audio form microphone, but how to capture ... -
0 Votes
I cannot print through command prompt app~
\\sam01\pr access denied~ ----------------- It worked before I use windows 10. It did not work where C++ program I made. I ... -
2 Votes
RegisterTouchWindow succeeds, but still no WM_TOUCH?
I'm having a heck of a time trying to get WM_TOUCH messages instead of WM_GESTURE messages. All of the resouces online cite a failure to call RegisterTouchWindow as the only possible cause, but I am ...Unanswered | 4 Replies | 24715 Views | Created by Evan Sullivan - Monday, March 26, 2012 6:34 PM | Last reply by Den-Jason - Thursday, August 27, 2020 12:24 PM -
0 Votes
Interfaz Windows 10 PRO no responde
Buenas tardes, La interfaz de windows 10 PRO no responde, el boton inicio no responde. El botón de Buscar no responde, si intento llegar a la ... -
0 Votes
_stat64 fails for long path greater than 260 character
_stat64 fails for long path greater than 260 character, Please let me know any alternativeUnanswered | 1 Replies | 1313 Views | Created by jamey siddiqui - Monday, August 24, 2020 11:10 AM | Last reply by RLWA32 - Monday, August 24, 2020 1:17 PM -
0 Votes
error in powerhell script
Here’s a full example of sending an email via Gmail’s SMTP servers. It will prompt you for a username and password thanks to (Get-Credential). The username needs to be and ...Unanswered | 1 Replies | 1457 Views | Created by nesher13 - Saturday, August 15, 2020 2:48 PM | Last reply by Vector BCO - Friday, August 21, 2020 9:59 AM -
0 Votes
Winjs Listview throws error: WinJS.UI._ElementResizeInstrument ;ElementResizeInstrument initialization failed
I am using listview of winjs. There are multiple listviews on a single page which are made visible/hidden based on knockout binding. When I hide one of the listview and show another one, then the data ... -
0 Votes
setting my C# music video player as default for MP4s
Settings->Apps->DefaultApps selections for the .mp4 file extension does not give me the option to choose my app. how can I tell Windows to use my app as if it had been ... -
0 Votes
Azure Functions - get records by attribute name
I have created a function app to retrieve the records from Azure SQL DB table(loan table). Function app works fine. I want to now add filters and retrieve the records based on loan record ... -
0 Votes
Force digit mode of virtual keyboard
Hello, with my team we are developing a C++ Windows application which is based on Qt library for the UI part and on Win32 API for the ... -
0 Votes
I have Two VLANs on Azure from on Premises server all ports are opened on one VALN, other VLAN only few ports are opened, where is configuration for VLAN settings
I have Two VLANs on Azure from on Premises server all ports are opened on one VALN, other VLAN only few ports are opened, where is configuration for VLAN settingsUnanswered | 0 Replies | 1222 Views | Created by Need Support on Networking on Azure - Thursday, August 13, 2020 12:10 PM -
0 Votes
Can GMSA user account pass/use in Logonuser API?
Hi, My application run as service either under system account or user account. This service calls logonuser api based on provided user and password (impersonate the user),will ...Unanswered | 0 Replies | 1560 Views | Created by Nageswara Rao Chandu - Thursday, August 13, 2020 7:22 AM -
0 Votes
Opnessl not working Azure Runbook
Dear Team, I am using openssl to cretae private key and CSR file and then pfx file sothat I can upload same to azure keyvault It is working fine in cloud ... -
0 Votes
Azure media service create live event in android
Hello, I am trying to create live event instance in android app. I import all necessary jar files and ... -
0 Votes
azure vm access
How to provide azure vm access to the users? - Items 1 to 20 of 1339 Next ›
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