Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL Help
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
DLL Help
Miscellaneous
Thread ID:
00878738
Message ID:
00878738
Views:
46
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
Next
Reply
Map
View

Click here to load this message in the networking platform