Trialware timeout

What is the best method to make an application timeout after a given amount of days since install our use unless the product has been registered

Thanks




Answer this question

Trialware timeout

  • Bob_dlonra

    take a look at the shareware starterkit, it should give you a few pointers http://msdn.microsoft.com/vbasic/downloads/starterkits/default.aspx

    Cathal


  • kumarvk

    You could use a registry key and read in that key to see howmany days, hours or startups are done.

    Or you can make a file if your program firsts starts up. Encrypt this file or write into it in something that isn't directy readably by a text editor.

    Both methods work but are really easy to 'crack' if you don't protect the data inside well ennough.


  • sarika

    Thank you, this will keep me busy for a while.

  • Trialware timeout