|
-
Jun 24th, 2002, 03:55 AM
#1
Thread Starter
Junior Member
Trialware
OK, this may have been asked before, and I apologise in advance! I want to make my program trialware with a 28 day limit for all functionality. I do NOT want to use the getsetting/savesetting procedure. Can someone help me please?
Thanks in advance
Richard
-
Jun 24th, 2002, 05:21 AM
#2
Addicted Member
rj-
What about setting up a text file for holding the date when the program is first run, and then just do the math to see if you will allow the program to load?
1. if file exist, then read date; else, create file and write date
2. in the form_load section
if current date is < filedate + 30 then proceed, else end
Of course, this wouldn't be fail safe. The user could erase the file.
-
Jun 24th, 2002, 05:29 AM
#3
Thread Starter
Junior Member
Thanks for your help - great start.
-
Jun 24th, 2002, 05:45 AM
#4
Fanatic Member
try www.activelock.com Never used it myself but it is free and will do what you require.
Martin J Wallace (Slaine)
-
Jun 24th, 2002, 09:05 AM
#5
Thread Starter
Junior Member
Slaine
Good darts! Right first time. Will have a play. Thanks for your help.
Richard
-
Jun 24th, 2002, 09:14 AM
#6
Addicted Member
Yes well, the only thing is when lots of people use the same thing it probably already has been cracked, yash kumar is soon going to bring out a ocx for piracy (www.lockx.com)
-
Jun 24th, 2002, 09:32 AM
#7
Thread Starter
Junior Member
Good advice - thanks. I should really be able to write one myself. Especially as the prog I am developing is a 2048 bit encryption program!!
Again, thanks for the advice
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|