B
box2003
Does anyone have a lead on a code segment that could be put into an
application to permit a trial version use period for an application? For
example, users have 15 days to use application free, then must purchase and
obtain key, or application fails to launch? What I presently do is keep a
running count on some table value that provides a user with a message that
trial use limitations have been reached. Or one other method I use is
compute date math from an embedded date in code, when number of days is
reached, application message displays, application shuts down. In both
cases, users are using an *.mde build.
Would it be better for to write a key to the registry and compute date math
with a date value in the key? This is the part I do not know about and need
direction to where I might find information.
application to permit a trial version use period for an application? For
example, users have 15 days to use application free, then must purchase and
obtain key, or application fails to launch? What I presently do is keep a
running count on some table value that provides a user with a message that
trial use limitations have been reached. Or one other method I use is
compute date math from an embedded date in code, when number of days is
reached, application message displays, application shuts down. In both
cases, users are using an *.mde build.
Would it be better for to write a key to the registry and compute date math
with a date value in the key? This is the part I do not know about and need
direction to where I might find information.