Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to write code to call Cryptor
Message
De
11/06/2007 18:11:08
 
 
À
10/06/2007 20:42:56
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01231867
Message ID:
01232121
Vues:
21
Hey Alejandro,

The best thing for you to do is add a reference to the xitechCryptor in your project. Then analyze the object in the object browser and figure out what you need to call.

Then your code for the XitecCryptor will be something like this

Imports XitecCryptor 'Note, don't use XitecCryptor, the correct term is
' the object browser

Then in whatever program or event you are using.. add something like this.

Dim oXitecCryptor As New XitecCryptor()
oXitecCryptor.WatchDLL('oledb32.dll')



etc...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform