Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DLL Help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
DLL Help
Divers
Thread ID:
00878738
Message ID:
00878738
Vues:
47
I have never used a dll before. The dll is named BKGCrypt.dll. The following is a VB example. Can someone help me translate it to VFP.

VB Example: ’Declare the object and string, then Instantiate Object
Dim DecryptEngine as Object
Dim sDecryptedString as String
Set DecryptEngine as CreateObject("BKGCrypt.cVerify")
‘Decrypt the String
sDecryptedString = DecryptEngine.BKGDecrypt(“RegNum”,”EncryptedString”)


Thanks For your help.

Pat
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform