microsoft-ink

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 Tablet PC and transferred to the site.). Now, it works like charm on my Vista developmen...

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 able to send an Ink object to the MathInputControl object through the MathInputControl....