Questions tagged [microsoft-ink]

8 questions
5
votes
1 answer

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(); I am using Microsoft.Ink and I would like to be…
zfedoran
  • 2,986
  • 4
  • 22
  • 25
2
votes
1 answer

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 appear to be delimited by 0x00. For…
Jamie Ide
  • 48,427
  • 16
  • 81
  • 117
2
votes
3 answers

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 Microsoft.Ink library, converting MS Ink data (generated on a…
splattne
  • 102,760
  • 52
  • 202
  • 249
1
vote
3 answers

Cannot add Microsoft.Ink

I have a c# codebehind to a web app I'm trying to add "using Microsoft.Ink" to, but it is not a valid namespace. Is there something I need to install before I do this? The documentation from Microsoft seems all over the place and there are no…
anesthetic
  • 193
  • 2
  • 18
1
vote
0 answers

Saving ink from a MathInputControl

I'm using a MathInputControl to receive handwritten input for the steps involved in solving a math exercise. I'd like to allow the user to go back to a previous step in the solution and edit the input for that step. MathInputControl allows loading…
Pablo
  • 8,644
  • 2
  • 39
  • 29
0
votes
1 answer

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) { ink = new InkCollector(pictureBox1); …
Srima
  • 115
  • 2
  • 4
  • 12
0
votes
0 answers

Ink tools for Microsoft Access 2016 form, table grids

I searched a lot for enabling Ink tools feature in Microsoft Access 2016. I wanted to use either the Pen(digital pen) , though the Microsoft Ink tools for office is available for Word, Excel it is seems not for Microsoft Access forms, tables grid.…
0
votes
1 answer

Excel VBA Referencing to InkPicture on worksheet

I have completed a few fairly simple Excel & VBA projects but I am quite new to OLEObjects (noob!). After some research I have managed to place InkPicture on Excel worksheet ("Sheet1") using VBA (code…
user3520938
  • 5
  • 1
  • 4