[ActiveLock-Development] CVS: activelock/tutorials/vb BasicTutorial.html,1.3,1.4
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-11-26 06:56:18
|
Update of /cvsroot/activelock/activelock/tutorials/vb In directory sc8-pr-cvs1:/tmp/cvs-serv32217 Modified Files: BasicTutorial.html Log Message: more correction Index: BasicTutorial.html =================================================================== RCS file: /cvsroot/activelock/activelock/tutorials/vb/BasicTutorial.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- BasicTutorial.html 26 Nov 2003 06:52:20 -0000 1.3 +++ BasicTutorial.html 26 Nov 2003 06:56:15 -0000 1.4 @@ -322,7 +322,7 @@ </pre> <p>Then, you handle <code>ActiveLockEventNotifier_ValidateValue()</code> event like this: <pre>61 Private Sub ActiveLockEventSink_ValidateValue(ByRef Value As String) -62 Value = Encrypt(Value) +62 Value = Enc(Value) 63 End Sub </pre> <h3>Authenticating ActiveLock 2 DLL To Detect Cracking</h3> |