|
-
Dec 3rd, 1999, 03:15 AM
#4
Hyperactive Member
>One way to implement that is by using the registry to keep track of when the program was installed. And whenever the program is executed, I can calculate the number of days. But the disadvantage is, I can change my system clock backwards and still use the demo. Any suggestions ? TIA!!
Sure.... Do this...
Dim InstallDate as Date
Text = GetSetting("MyPrograms",Title,"Install Date","")
InstallDate = Text
If InstallDate > Date then
msgbox "Date set back!!"
end if
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
|