This is my first post. i am keen to know that suppose i will install a winform apps in a 3rd party pc which will stop working when reach expiry date. so what i need to do....when i will install the apps then i will store installation date and expiry date in db. so every try when software will start then check the system date <= expiry date if yes then process else show a message trial period over.
but the problem is if 3rd party user is cleaver enough then he every day change his system date to software installation date before running my winform apps. so my checking for expiry date will never reach and he will use my software month after month.
suppose user may not have internet connection. so give me suggestion how can i design db driven winform trial version independent of system date. looking for good discussion.
thanks