Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

how to develop licence making application, which can be enter time period for other application in c# .net windows application?

Please help me.

Thanks in Advance.

Ankit Agarwal
Software Engineer
Posted
Updated 7-Apr-14 0:41am
v2
Comments
Nagaraj Muthuchamy 7-Apr-14 6:41am    
Please be specific.
Gilang Harinanda 7-Apr-14 6:42am    
do you mean your app expired based on textbox or what?
[no name] 7-Apr-14 6:47am    
yes, i want to develop application which can be created licence file for specific time period, and then we will apply that licence file in our client application.
Please help me.
[no name] 7-Apr-14 8:12am    
Repost.

1 solution

Try this,

Its bit logical which i tried few months back as like this to one of my windows project. When the application (exe) getting installed into the client system save the date into the regedit (registry) with unique name. Every day (date) needs to compare with regedit date.

Note : User may change system date. so in regedit store two columns like installed date and future expired date. So here you need to check all those three dates. (installed date, future expired date, today date). Maintain flag inthe regedit, it will help to continue after you given key to that software. i hope you got better explain here.
 
Share this answer
 

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