Results 1 to 3 of 3

Thread: Implementing a limited 14 day trial on a vb app

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    4

    Cool

    Does anyone know the best way to implement a time limit within a vb program. Essentialy I want to limit my program to a 14 day trial version. I have done this using the system clock, however they can bypass this by rolling their clock back.

    Whats the best way to solve this. The only specifications I have about this is that I dont want to rely on getting the date from an external source.

    Thanks in advance for any help.

  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Location
    Ireland
    Posts
    224

    Wink

    Have a look at this thread.

    http://forums.vb-world.net/showthrea...threadid=23547

    Hope this helps
    JK

  3. #3
    Fanatic Member wildcat_2000's Avatar
    Join Date
    Nov 2000
    Location
    Italy
    Posts
    727
    Well, you'll just have to rely on external data, encoding all your time files within an external file you might want to consider placing in the /windows directory.

    Else, you get much more complicated (it is feasible!), but here it goes:

    You need to have a perfect knowldege of your compiled program (.exe, that is), and use the empty byte spaces (series of 00 00 00 00) at the end of the program itself, and use your program to go write to these bytes the time data and info you need.

    You should consider 2 variables: the remaining time left (which should be re-written every day, so that if the clock is turned back you can immediately see it), and the date it was first installed.

    Best regards,

    W.
    When your car breaks down,
    close all windows and retry

    => please rate all users posts! <=

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width