CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Ontario, Canada
    Posts
    1

    Make program expire (trial version)

    Hi, a newbie here.
    I am creating a project that I would like prospective clients try out before they buy it. I would like it to expire after 30 days (or something like that) after they have installed it on their system.
    Is there a way to have this happen (with timers or Date)?
    Thanx,
    KC


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Make program expire (trial version)

    You can download ActiveLock for free from http://www.activelock.com. This control allows you to make trial versions and is pretty easy to use.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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

Featured