Click here to Skip to main content
16,006,531 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to detect changes in system date Pin
eyes200729-Nov-07 22:35
eyes200729-Nov-07 22:35 
AnswerRe: how to detect changes in system date Pin
Christian Graus29-Nov-07 22:53
protectorChristian Graus29-Nov-07 22:53 
GeneralRe: how to detect changes in system date Pin
eyes200729-Nov-07 23:02
eyes200729-Nov-07 23:02 
GeneralRe: how to detect changes in system date Pin
Colin Angus Mackay29-Nov-07 23:07
Colin Angus Mackay29-Nov-07 23:07 
GeneralRe: how to detect changes in system date Pin
eyes200729-Nov-07 23:10
eyes200729-Nov-07 23:10 
GeneralRe: how to detect changes in system date Pin
Christian Graus29-Nov-07 23:11
protectorChristian Graus29-Nov-07 23:11 
GeneralRe: how to detect changes in system date Pin
Christian Graus29-Nov-07 23:11
protectorChristian Graus29-Nov-07 23:11 
AnswerRe: how to detect changes in system date Pin
Tom Deketelaere30-Nov-07 5:07
professionalTom Deketelaere30-Nov-07 5:07 
here is how I would do it (wich resembles what christian said I think)

on installing the programme --> store the current date
everytime the programme starts --> store the current date in second location

now on startup off you'r programme you do 2 checks:
first check to see if the current date is before the date stored in location 2
if so --> user had turend clock back and trial ends
if not --> do check 2
check to see if the current date isn't 15 days after the date stored at location 1
if so --> trial has ended
if not --> store date in location 2 and start programme


to keep the user from hacking you'r programme (or at least make it harder too do) you might want to encrypt the date's

hope this helps

Credit to Christian who gave me this idea and I think this was also what he meant in his reply

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

QuestionAdd Bold Items in Combo Box Pin
Kumaran21cen29-Nov-07 22:30
Kumaran21cen29-Nov-07 22:30 
AnswerRe: Add Bold Items in Combo Box Pin
Christian Graus29-Nov-07 22:53
protectorChristian Graus29-Nov-07 22:53 
Questiondetecting office version in vb.net Pin
rajneesh00729-Nov-07 21:59
rajneesh00729-Nov-07 21:59 
GeneralRe: detecting office version in vb.net Pin
Paul Conrad8-Dec-07 5:39
professionalPaul Conrad8-Dec-07 5:39 
QuestionInfragistics Licencing... Pin
Illegal Operation29-Nov-07 20:58
Illegal Operation29-Nov-07 20:58 
AnswerRe: Infragistics Licencing... Pin
pmarfleet29-Nov-07 21:43
pmarfleet29-Nov-07 21:43 
Questionproblem with User control Pin
Sipder29-Nov-07 18:30
Sipder29-Nov-07 18:30 
AnswerRe: problem with User control Pin
~V~29-Nov-07 21:07
~V~29-Nov-07 21:07 
QuestionPop Up Pin
Aparna.B29-Nov-07 17:39
Aparna.B29-Nov-07 17:39 
AnswerRe: Pop Up Pin
Christian Graus29-Nov-07 18:34
protectorChristian Graus29-Nov-07 18:34 
GeneralRe: Pop Up Pin
Aparna.B29-Nov-07 19:25
Aparna.B29-Nov-07 19:25 
AnswerRe: Pop Up Pin
Vasudevan Deepak Kumar29-Nov-07 19:38
Vasudevan Deepak Kumar29-Nov-07 19:38 
GeneralRe: Pop Up Pin
Aparna.B29-Nov-07 20:58
Aparna.B29-Nov-07 20:58 
GeneralRe: Pop Up Pin
Vasudevan Deepak Kumar29-Nov-07 22:07
Vasudevan Deepak Kumar29-Nov-07 22:07 
QuestionMaintain com component Pin
cstrader23229-Nov-07 12:05
cstrader23229-Nov-07 12:05 
AnswerRe: Maintain com component Pin
Dave Kreskowiak29-Nov-07 12:44
mveDave Kreskowiak29-Nov-07 12:44 
QuestionMultiple Binding Navigators on one form Pin
AAGTHosting29-Nov-07 11:36
AAGTHosting29-Nov-07 11:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.