How can I make trail version ?

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
 
S

Sameh Ahmed

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top