Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
i have a project in vb.net 2008 i have to make in one time use serial key so that after installing the software it should not be installed on other pc?

plz help..urgent.
Posted

1 solution

There are lots of ways you could do this. You could use a random number generator. If you wanted a guaranteed number of characters you could hash a random number and/or user id. If you want more ideas of what to try, I suggest you search google[^] first. One of the results I found is even a CP Article: License Keys in VB.NET - Revisited[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900