Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 818 | Replies: 2
![]() |
•
•
Join Date: Jul 2007
Location: Philippines
Posts: 255
Reputation:
Rep Power: 0
Solved Threads: 28
Make a counter and save it in a database, every time the user open your project make to open the counter and increment it by then put a conditional statement after that counter, if the counter is equal or gretater than 30 then make your condition on what do you want it either you close your program or make an alert box that blah blah blah!, hope it gives you an idea, just try it first if you don't know how just give us a buzz!
regards!
regards!
A conclusion is the place where you got tired of thinking. http://www.martin2k.co.uk/forums/index.php?showforum=4
http://www.a1vbcode.com/a1vbcode/vbforums/Forum3-1.aspx
http://www.developerfusion.co.uk/for...orum&ForumID=4
hi,
Create a password Protected access database, Save Installation Date and End date.
In program Check for:
If System date> enddate or
systemdate> (installationdate)+30 then
Give message and end the program.
Here u have to be carefull, In case user changes the Systemdate and can continue using it.
It is always a Good Option to check for Number Of Tries.. Say for 1000, Keep a Counter , Increment everytime the user Logs In, if it crosses 1000 end the program with alert.
Regards'
Veena
Create a password Protected access database, Save Installation Date and End date.
In program Check for:
If System date> enddate or
systemdate> (installationdate)+30 then
Give message and end the program.
Here u have to be carefull, In case user changes the Systemdate and can continue using it.
It is always a Good Option to check for Number Of Tries.. Say for 1000, Keep a Counter , Increment everytime the user Logs In, if it crosses 1000 end the program with alert.
Regards'
Veena
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode