C
C
Earlier I used to record one line in a file sitting in an obscure
location to count the number of uses and when. With Vista and 7, it is
messy to try to write in some locations because of UAC. What would be
a good way to solve this problem in VB.net?
How do you prevent the user from using the program if he has been told
to use it only for 30 days? Users can easily change the date on the
computer, so one line of If Now > something then End does not work.
Thanks.
location to count the number of uses and when. With Vista and 7, it is
messy to try to write in some locations because of UAC. What would be
a good way to solve this problem in VB.net?
How do you prevent the user from using the program if he has been told
to use it only for 30 days? Users can easily change the date on the
computer, so one line of If Now > something then End does not work.
Thanks.