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
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