|
-
Feb 18th, 2000, 11:21 AM
#1
Hyperactive Member
Seaweed!
Your idea is just great, I gonna dupm mine.
The only thing, You realy don't need a Timer,
This will do:
'In any Active event
if Now()> LastUse + MaxSeconds then
'Ask for password
else
'Reset LastUse
LastUse=Now()
end if
Don't you think so"
And you should not use timer()
as soon as it resets to 0 at midnight.
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
|