I am trying to create a demo program in Visual Basic for distribution. I want the demo to stop working after a certain number of days. 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!!