B
bob
Hi,
I 'm a beginner in vb.net and want to know how to make the code in order to
check whether the program still may be ran, like a shareware version e.g. 30
days.
I can do it with a database, putting the date of the first start of the
program in a field, and fetching it on each next start.
But i would like to do it without database.
Something like:
dim begdat as date
begdat = date.today()
....
The problem is: how can i keep the date of the first start permanently in
the program, each time it is started? I was thinking to cookies, but i'm not
sure how to do this.
Thanks for advice.
Bob
I 'm a beginner in vb.net and want to know how to make the code in order to
check whether the program still may be ran, like a shareware version e.g. 30
days.
I can do it with a database, putting the date of the first start of the
program in a field, and fetching it on each next start.
But i would like to do it without database.
Something like:
dim begdat as date
begdat = date.today()
....
The problem is: how can i keep the date of the first start permanently in
the program, each time it is started? I was thinking to cookies, but i'm not
sure how to do this.
Thanks for advice.
Bob