Click here to Skip to main content
15,923,006 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i make an expiry date of any win application and what should be the flow to make such an application .... help me
Posted
Updated 19-Apr-14 23:59pm
v3

1 solution

http://dotnetvj.blogspot.in/[^]

You can use a licensing system like CryptoLicensing which supports trial/full schemes, date based expiry, etc.

or
Quote:
1. create an installer for ur application, record the date it was installed and check the date everytime the application starts , when it does expire just shutdown the application.

2. if you use a datadriven application using a database dont allow users to login after the date expires with setting the date from the first time logged in.

3. editing the registry of client machines the application has been installed and check the registry everytime the application starts and do accordingly




Regards,
Praveen Nelge
 
Share this answer
 
Comments
mukesh mourya 20-Apr-14 12:40pm    
thank to nice article ..
sir i have one more question to you,
in my application, i have database (MySQL server) for insert and retrieve record then
how can make data base when i install this setup on client pc, and what i do for make this type of exe file.
actually sir , i m new for win application so please guide me .... please help me
[no name] 20-Apr-14 14:04pm    
if you are fine with the solution provided, please rate the solution :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900