VB.NET Trial Version
-
I have 1 application and I want to count it one time a day by using Proces Control, If user have run it for 30days the application not possible to use and Process Control is maximame Please anyone know give a code ................
-
I have 1 application and I want to count it one time a day by using Proces Control, If user have run it for 30days the application not possible to use and Process Control is maximame Please anyone know give a code ................
An easy way would be to write an installation date to the registry (or a hidden file somewhere on the hard drive) and then do a datediff function. If it returns < 30 then run regular code, if not, go to a form that shows how they can register. If you're going to do this tho, you should do some type of encryption of the date so your general user isn't changing the date every 30 days.
-
An easy way would be to write an installation date to the registry (or a hidden file somewhere on the hard drive) and then do a datediff function. If it returns < 30 then run regular code, if not, go to a form that shows how they can register. If you're going to do this tho, you should do some type of encryption of the date so your general user isn't changing the date every 30 days.
Can u give one example? ................
-
Can u give one example? ................
He just did.
...Steve
1. quod erat demonstrandum 2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." I read that somewhere once :-)