Hardware LPC Web lock example
Create a New Windows Application Project and place the following lines of code in
the file
Form1.vb :
Prerequisites:
First add a
Reference to the
LPCWebVer.1.0.0.0.dll
in your Project's
References Section.
You may put an : '
Imports LicensorWebChameleon'
statement in the top line if you like...
1. Create an enumeration of the
Hardware devices with a value of: '
True'
for the devices that you want to include in the Hardware check procedure.
Create a
Public Sub New with a
Try...Catch block of code.
Try
to create a new object of the type
LicensorWebChameleon.Compiler
with the following
arguments:
2. Username (- you get it when
you
Register as a LicensorProChameleon Web edition Customer -)
3. Password (- you get it when
you
Register as a LicensorProChameleon Web edition Customer -)
4.'
True'
or '
False', for the appearence or not of
the graphic bar:
during the license check procedure at the mouse cursor's position...
5. Your Company's
e-mail
address
This is all that is needed! You may now
Run your LPC Web locked application...
PS: Always obfuscate your .NET code with the best
obfuscator you may find...