Creating a project as a Trial Version.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zaaviya
    New Member
    • Feb 2007
    • 1

    Creating a project as a Trial Version.

    Hye all.

    I want to present my vb project package to some one but I don't want to allow to run this program more then 5 (five) times. How can I bound the program to stop running after five times.

    Can any one guide me for this?


    Thanks in advance.
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi. Normally this would be an encrypted key in the registry. I don't know if you want to do it that way or just create a file locally and store the number of times the app is started. Look for this file each time it starts and, if the number is more than your max, don't open the app.

    Comment

    Working...