HelloEarth
12-15-2011, 10:23 AM
I need to convert a VB6 Class Module to work in Access VBA Class Module
I'm adding it to an existing Access 97 Pro SR2 Database running on a WinXP Pro SR3 computer.
To get this working properly, I believe I just need to convert two Public Functions called DecodeArray64, and set_key
But I just don't get/fathom what type of array it is in VB6... :banghead:
As a result I've been unable to convert it over to VBA.
I have changed what I do know of VB6 to VBA conversions. And I just commented out the original code.
Enum, commented-out and it became a Type and Const
RaiseEvent Progress, then became Hourglass and acSysCmdUpdateMeterNote: The Hourglass DoCmd's (x4) are commented-out until the code works.
Anyways I've attached in the Class Module for Access97
It saved as a Plain ASCII Text file.
It is the encrytion algorithm for Serpent which is a symmetric key block cipher algorithm. (Yes, the Serpent cipher is open source, and license-free.) Have a look at wikipedia.org and search for: Serpent (cipher)
I'm adding it to an existing Access 97 Pro SR2 Database running on a WinXP Pro SR3 computer.
To get this working properly, I believe I just need to convert two Public Functions called DecodeArray64, and set_key
But I just don't get/fathom what type of array it is in VB6... :banghead:
As a result I've been unable to convert it over to VBA.
I have changed what I do know of VB6 to VBA conversions. And I just commented out the original code.
Enum, commented-out and it became a Type and Const
RaiseEvent Progress, then became Hourglass and acSysCmdUpdateMeterNote: The Hourglass DoCmd's (x4) are commented-out until the code works.
Anyways I've attached in the Class Module for Access97
It saved as a Plain ASCII Text file.
It is the encrytion algorithm for Serpent which is a symmetric key block cipher algorithm. (Yes, the Serpent cipher is open source, and license-free.) Have a look at wikipedia.org and search for: Serpent (cipher)