SLICK Licensing Component (.NET)

SLICK Licensing Component – the easiest advanced licensing component

SLICK as it’s name suggest is easy to use advanced licensing components. The project is divided into 3 parts the 1st part includes a licensing component that will help you to create application registration system with the help of windows registry by just entering a few lines of code, the second includes a licensing component that will help you add software registration feature by encrypted files – this means it can use in portable apps. and the last one includes a licensing component that will add software registration by windows registry with online activation.

Let me tell you more about these…
Both these three component includes a keygen, a example demo, a compiled demo and key generator class and it’s documention. The third project also includes php files and a webpanel demo which will used for activation.

Please view the video preview to know how it works.

It’s pretty simple and easy to use. For e.g if you want to check if the current user has registered or not :
dim boo as Boolean = Slic.licensing.check()
if (boo = true)
Msgbox(“Registered user!”)

and to register a new license :
*Diffrent parts have different parameters but for now i am showing you the first one :

dm isreg as boolean = slic.licensing.register(“Name”,”Email”,”Serial key”)
if ( isreg = true )
msgbox(“License is valid and stored!”)

and to retrieve license info :

dim ar as array = slic.licensing.showinfo()
dim name as string = ar0

a bit about the online activation ….

When your invoke that slic.licensing.register(<parameters here>) it will open a dialog where it will show users to wait till it verifies the serial key and when it verifies it registers the software. You can see it in the video preview.
Yes it’s simple as that so why are waiting add licensing feature to your project now!

Download SLICK Licensing Component (.NET)

Leave a Reply

Your email address will not be published. Required fields are marked *