Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to write code to call Cryptor
Message
From
11/06/2007 18:11:08
 
 
To
10/06/2007 20:42:56
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01231867
Message ID:
01232121
Views:
23
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform