Hello,
I want to create project that when installed on a users machine will expire in 30 days.
But l am not sure how l can do this in visual basic. What would the code be?
Many thanks in advance.
Steve
Printable View
Hello,
I want to create project that when installed on a users machine will expire in 30 days.
But l am not sure how l can do this in visual basic. What would the code be?
Many thanks in advance.
Steve
A quick search on these forums turned up these threads
http://www.vbforums.com/showthread.p...hreadid=232146
http://www.vbforums.com/showthread.p...t=trial+period
The first thread is the better method. The second one stores
values in the VB and VBA Program Settings hive which everyone
know about. So to extend the 30 days they just need to modify
the registry settings.