How to provide expiry date for some days running my application?
Req: I am creating a windows application.
In client machine wen i installed, It should work only for 5 days.
After that it should show as date has expired,
Application should not run.
Plzzzz friends provide me answer.

Munesh SharmaPosted Apr 15, 2014, 2:04 AM
Rather than writing the actual date, I've converted it to 'ticks' and then stored that.
If you're worried that your users may be knowledgeable enough to change the registry key with Regedit, then you can set the keyName and the name of the value ("expiry' in the SetValue method) to anything you like which will make them more difficult to identify.
for more go on this link