R – Product key Registration – Visual Basic

copy protectionnetvb.net

I am trying to make a product key registrar for my program. I want the product keys in a database or a dictionary type thing where I can make new keys everyday without putting them into the program, and redistrubate them everytime. I'm not sure where to get started, so if anyone has any ideas please post them

thanks,

kevin

Best Answer

You could use Advanced Installer. They have a licensing system built right in.

Its a bit costly, but it will save you money in the long run. Of course, you could try to make your own. Self-contained registration is a bit more challenging to secure than one that checks a database.