Click to See Complete Forum and Search --> : You have XX days left to use...
kvarcer
March 23rd, 2006, 10:08 AM
I need logic of : "You have XX days left to use ..." that we see in shareware programs. The best solution that I came up with was using GetFileTime() to get file creation (installation) time of main exe file and using that info to calculate remaining time. Is there better or more common way to do this? Any hints, code?
Mike Harnad
March 23rd, 2006, 11:30 AM
You might want to look on the ASP (http://www.asp-shareware.org/) site.
golanshahar
March 23rd, 2006, 01:41 PM
This thread might help: Create Trial Version of an appliation (http://www.codeguru.com/forum/showthread.php?t=345278)
Cheers
kvarcer
March 23rd, 2006, 04:16 PM
Problem solved. Thanks golanshahar!
golanshahar
March 23rd, 2006, 05:19 PM
Problem solved. Thanks golanshahar!
You are welcome :wave:
Cheers
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.