Does anyone know the best way to implement a time limit within a vb program. Essentialy I want to limit my program to a 14 day trial version. I have done this using the system clock, however they can bypass this by rolling their clock back.

Whats the best way to solve this. The only specifications I have about this is that I dont want to rely on getting the date from an external source.

Thanks in advance for any help.