All Questions
Tagged with stylus-pen windows
6 questions
0
votes
0
answers
65
views
Capturing Windows Ink/Stylus events from a background process
While learning how to draw, a common concept that comes up is "mileage". I have a Surface Pro and thought it would be fun to make a simple tray app that would actually track the distances ...
0
votes
1
answer
138
views
Capture pen strokes using styluspoints
I am trying to use this to capture inkstrokes. When I try to run this code, it says missing assembly reference error. I searched over the internet and found it should work on using System.Windows.Ink ...
2
votes
0
answers
2k
views
Using Bluetooth Stylus designed for iOS on Windows PCs
The Problem:
Many touchscreens used on PCs/laptops with Windows 8 have multitouch capability, but no digitizer to convey stylus pressure data. The current, popular solution is to use Bluetooth on the ...
0
votes
1
answer
111
views
Stylus pointing not working like it should while drawing on pocket pc
I'm making a signature application for my pocket pc. It works but when I test it with the emulator (mouse) it works like it should but when I try to test it on my device (stylus), the line that I draw ...
1
vote
1
answer
291
views
Write and edit text in Windows (particularly Visual Studio) using a stylus
Is there any hardware or software that would let me edit text documents and simulate mouse clicks using just a stylus? I want to be able to write programs in Visual Studio using a stylus for keyboard ...
0
votes
4
answers
763
views
What happens when the stylus "lifts" on a tablet PC?
I am working on a legacy project in VC++/Win32/MFC. Recently it became a requirement that the application work on a tablet pc, and this ushered in a host of new issues.
I have been able to work with, ...