Making Trial of software expire?
Hey, I was wondering if anyone could give me any information on how I would go about securing my program with a 15 day trial. I've noticed many programs do this. Do I need to write something to the registry to check each time the program loads or what? How would I go about doing this. Any info appreciated. Thanks
Check expiry date of ur software ..... :·)
Making evaluation copy of software :D
U can use system registry for this purpose. When user use ur programme for the first time u add the current date in sys registry and while running ur pro u've to check date every time if the current date is geater than 15 day's of the date saverd in registry then show message and exit ur software. But there is one problem in this technique. any 1 can crack ur softwae if u used thiss method by searching the registry. if he found the starting date then he can change the that date and can use ur software more than 15 days.
I'm telling u another technique 2 make evaluation copy of ur software. U use the same technique of writting date in registry and along with the starting date u add some ASCII code in registry and whle running ur pro check that ascii code not date. and if 15 days get over then add the special ascii character to registery and write code if that char is found in registry then shows message that ur software is expired the date doesn't make any difference if is is get changed......
It's sooooooooo easy....... :D ;)