Tagged Questions
The microsoft-ink tag has no wiki summary.
4
votes
1answer
181 views
Is it possible to cast a .NET class into a COM library class?
I am using the MathInputControl class in C# through the micautLib COM library.
Example:
MathInputControl mic = new MathInputControlClass();
mic.EnableExtendedButtons(true);
mic.Show();
...
2
votes
1answer
33 views
Recover Ink data from truncated database entries?
EDIT: Let me turn this into a straight SQL question...
I have a varbinary(max) column containing a byte array that represents Microsoft Ink data. Ink data is comprised of Strokes and the Strokes ...
2
votes
3answers
666 views
Using Microsoft.Ink in ASP.NET on Windows Server 2008
I'm developing an ASP.NET web application. The site generates PDF files which contain images of handwritten content (signatures etc.). The bitmap images are created by some methods of the ...
0
votes
1answer
70 views
Clear Microsoft ink
I have a windows form application which let an user to write in a picture box using Microsoft ink.
I have used below code to use the ink.
private void Form1_Load(object sender, EventArgs e)
{
...