How to subclass the Signature dialog box to select programmatical

H

Herve cadieu

Hi I would like to subclass the word Dialog box which displays the
certificates from "mystore" to choose from to apply a digital signature on
any word document.

For recall the dialog box pops up with following code:

dim sig as signature
set sig = activedocument.signatures.add

I would like to select the appropriate certificate in the listbox
programmatically with filters on the signer.name the certificate.issuer and
the certificate expiration date.

Then I would like to click on the correct selection programmatically.

Who is good enough with subclassing and send messages ? to help me
achieving this code snippet ?
Any help very much appreciated
Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top