Create an application that will expire after a trial period.
Posted
by robUK
on Stack Overflow
See other posts from Stack Overflow
or by robUK
Published on 2009-09-13T14:16:17Z
Indexed on
2010/04/27
15:33 UTC
Read the original article
Hit count: 370
Hello,
C# 2008 SP1
I am writing an application that I want to give to a select number of customers.
What is the best solution to use so that after the trail period (1 month) the application will no longer work.
I was thinking that if they are interested in purchasing the software I will give them a license key or something, to unlock the application.
I am have a very limited budget as I am working on my own. So is there any free 3rd party products that does this?
Many thanks for any advice,
© Stack Overflow or respective owner