rmSigBox.cc  
  Signature Capture for Tablet PC
 


A Custom Control for the capture of a signature. Designed for use with a tablet PC, but works with a drawing tablet or mouse where the only difference is the lack of ability to have a break between pen strokes. The signature is stored as an emf file in the bin field of a datalinked dBASE table. From the table the signature can be displayed again in the rmSigBox control or if display only is desired, then the rmSigImage control can be used. The control has the built in ability to inject the signature into a Word document. A working demonstration form is supplied with the control. View file header text

The rmSigImage class is contained in the same file, and provides datalinked display only of signatures captured by the rmSigBox class. It too has the built in ability to inject the signature into a Word document. A working demonstration form is supplied with the control. View file header text