How to build a trial version setup using C#.net
-
Hi, I have a C# program that I would like to sell and I want to offer a 14 day trial, I understand that all piracy prevention schemes are overcome so I don't want to waste much time doing this. Could anyone offer any suggestion and even some sample code? thanks in advance......
-
Hi, I have a C# program that I would like to sell and I want to offer a 14 day trial, I understand that all piracy prevention schemes are overcome so I don't want to waste much time doing this. Could anyone offer any suggestion and even some sample code? thanks in advance......
Finger Print Class[^] This will explain how to get unique key. And you can use it with algorithm to get serial key. If you do not wan't to protect then my suggestion is a Demo mode. You have limited functions, and when someone bought it, they get to download full version. Any approach you take, it will be pirated.