Integration with Microsoft Tablet PC Platform SDK

The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
Post Reply
DobroeZlo
Posts: 1
Joined: Thu Feb 22 2007

Integration with Microsoft Tablet PC Platform SDK

Post by DobroeZlo »

I need to integrate a support of pen device into my application.
With MS Tablet PC SDK it is very easy, though I can't make it work with your component.
The main idea is to create an object of InkCollector class and pass it a handle of the window in which you want to draw. Like this:
InkCollector collector = new InkCollector(this.Handle);
But when I create an object using PdfCreator handle and trying to draw on it - nothing happens...
Looks like there is an inner window I need to draw on, but I don't know how to get its handle.
Can you advise anything?
Post Reply