C
ctaylo39
Sub SelectDigCertificate(ByVal intHwnd As Long)
Dim objSignatureInfo As SignatureInfo
Dim objDialog As Object
objDialog = objSignatureInfo.SelectSignatureCertificate(intHwnd)
End Sub
This is the sample code to display a Dialog to pick which digital
certificate you want to use.
I have researched for a day or so and still can't find how to
referenced the parent window to make this work. Does anyone have any
sample code, or can point me in the right direction? I have been stuck
on this for a while. Thanks!
Dim objSignatureInfo As SignatureInfo
Dim objDialog As Object
objDialog = objSignatureInfo.SelectSignatureCertificate(intHwnd)
End Sub
This is the sample code to display a Dialog to pick which digital
certificate you want to use.
I have researched for a day or so and still can't find how to
referenced the parent window to make this work. Does anyone have any
sample code, or can point me in the right direction? I have been stuck
on this for a while. Thanks!