Generating Product Key...
-
Hi could anyone give me some source code or tutorials on generating product keys in c#?? Also need advice. I want to generate a product key and have some way to detect if the licence count is at its maximum. So therefore the program can not be installed again. How do I do this?? Thanks.
-
Hi could anyone give me some source code or tutorials on generating product keys in c#?? Also need advice. I want to generate a product key and have some way to detect if the licence count is at its maximum. So therefore the program can not be installed again. How do I do this?? Thanks.
Product keys sources' usually aren't given away. To make one, you will need to create your own algorithm. Aaron Eldreth TheCollective4.com My Articles I hereby boycott this poll. Really.... - Leppie
-
Hi could anyone give me some source code or tutorials on generating product keys in c#?? Also need advice. I want to generate a product key and have some way to detect if the licence count is at its maximum. So therefore the program can not be installed again. How do I do this?? Thanks.
If you want something that is technically unique then just create a guid (
Guid.NewGuid()
) Regards, Brian Dela :-) http://www.briandela.com IE 6 required.
http://www.briandela.com/pictures Now with a pictures section :-D
http://www.briandela.com/rss/newsrss.xml RSS Feed -
Hi could anyone give me some source code or tutorials on generating product keys in c#?? Also need advice. I want to generate a product key and have some way to detect if the licence count is at its maximum. So therefore the program can not be installed again. How do I do this?? Thanks.
Here is a good Article and code. Applications Licensing using the .NET Framework By Kenn Scribner http://www.developer.com/net/net/article.php/11087\_3074001\_1