Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

I made an apllication using c# in vs08, I want to add feature like serial key and trial version in the setup. I added the Customer Information and modified its SerailNumber Template. But problem is that when I modified it pattern like <^^%#^ - ^^^^^ - ^%%%^ - ^%^%% - ^%^^^> then it comes in different textboxes, how i can impliment trial and serial number?
Can anybody show me the way ?

Regards,
Arshad
Posted
Updated 31-Jan-11 1:05am
v3

What you are talking of is a Licensing option in your software.
There are different ways to achieve this:
1) encrypted license files that contains the expiry dates etc.
2) encrypted license keys held in the registry
3) challenge/response mechanism which require an internet connection
4) probably others.......

Try: License Key Generation[^] or: How can I create a Product Key for my C# App[^] or: c# Licensing[^]
Couple of them are in C# which can be seen to start on Vb.NET
Also,
Cryptography 101 for the .NET Framework[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 31-Jan-11 10:41am    
Good, a 5.
--SA
Manfred Rudolf Bihy 18-Feb-11 4:17am    
Good one, 5
You can see this links
Click
Click
 
Share this answer
 
 
Share this answer
 
v2
Comments
Richard MacCutchan 18-Feb-12 3:25am    
Make your links clickable, and add some explanatory text.

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