Tagged Questions
The microsoft.ink tag has no wiki summary.
2
votes
0answers
445 views
Microsoft.Ink not working on Server 2008 (not R2)
To start off, we have 2 servers: Alpha (Server 2008 R2) and Beta (Server 2008).
We cannot create images Beta using Microsoft.Ink.dll (we have version 1.7.2600.2180). The code works great on Alpha ...
2
votes
1answer
184 views
modifying a print preview
I'm building a c# app that displays a print preview (of a document) and then asks the user(s) to 'sign' the document via a InkPicture control. I've got no problems extracting the Bitmap from the ...
1
vote
0answers
97 views
Suppress the virtual touch screen Windows keyboard in a WPF full screen application
We have a full screen application developed in WPF that will be used on a touch interface. As part of this project I developed a styled virtual keyboard that will be used to input when the ...
1
vote
1answer
87 views
Ink to memorystream problem
I was trying to convert an ink from Microsoft.Ink namespace to memorystream, so to convert it to image, but I don't understand why it's getting an error in the memorystream. I kind of felt that it was ...
1
vote
0answers
83 views
Microsoft.Ink RealTimeStylus doesn't work on some computers
We have an application that uses Microsoft.Ink as its RealTimeStylus to let our users draw annotations on images.
The problem that we have is that it's not working on some computers.It seems that some ...
0
votes
0answers
13 views
Microsoft.Ink error when exposed via WCF and hosted in IIS
I'm trying to utilise Ink library for handwriting recognition as described here: http://msdn.microsoft.com/en-us/library/windows/desktop/ee318410(v=vs.85).aspx (to the letter)
When I try consuming ...
0
votes
0answers
99 views
Can't change cursor for inkcollector in picturebox
I need your help, I tried changing the cursor of an Ink collector to an arrow, but nothing happens.
here is my code
InkCollector ink;
private void loadInk()
{
ink = new ...
0
votes
1answer
141 views
How can I display ink (that is already captured) as an image in an ASP.NET page?
I have a .NET windows application that collects ink using Microsoft.Ink from Microsoft Tablet PC SDK and stores it in a database. That's working fine.
Now I need to display this ink as an image in an ...