How can I make trail version ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi EveryBody:

How can I make my visual basic net application as trail version, for example
I want to send my application to a company that want to buy my application
but I want to send for them trail version which finished after 15 day,How can
I make that is there any to do that ?

any help will be appreciated

Husam
 
I guess below is a simple way
the first time the app runs it should take the system time
hash it
store somewhere
each time the app runs it check on the date and compares it to the stored
one
when the difference exceeds 15 days, it should show a message or something
 
Back
Top