Support for Tablet PC's Ink object?

  • I asked this a couple of years ago when there was no support yet, so now I thought I would ask again since I realy need this ability now (back then it was just something that would have been cool)...

    Does WPTools support or has someone written support for the ink object when using a tablet pc (Delphi 7)? I'd like to support the ability to allow a user on a tablet PC to sign a document presented within a WPRichText control.

    I might even pay someone to have this ability added :D

    Thanks!

  • I found an example of using the Microsoft Ink features within Delphi 7, and used it to copy the signature to the clipboard and then pasted from the clipboard into the WPRichText as an embedded bitmap image.

    This seems to work just fine for what I needed!

    For those who are interested:
    http://cc.borland.com/Item.aspx?id=22684

    This references the required dev tools to develop ink features using a non-tablet PC, plus points you to an example written in Delphi. Turns out to be very simple!