HyperNext Studio

HyperNext Studio => General => Topic started by: Jeff on February 20, 2011, 11:15:17 PM

Title: How To Do A Trial Version Software?
Post by: Jeff on February 20, 2011, 11:15:17 PM
How do you do a trial version software?

I'm seeing these trial version softwares on the Internet so I'm thinking how do they do it and can HN create a Trial Version Software? What is the code for this?

Thanks
Title: Re: How To Do A Trial Version Software?
Post by: Malkom on February 21, 2011, 06:04:13 PM
Quote from: "Jeff"
How do you do a trial version software?

I'm seeing these trial version softwares on the Internet so I'm thinking how do they do it and can HN create a Trial Version Software? What is the code for this?

Thanks

You need a couple of things:-

1) Some way of detecting which version of your software is being run so if it is a trial version it can limit certain features.

2) Some kind of serial number registration scheme to check that a user is entitled to use the full version
    This could also check your website to see if the registration details are valid and haven't been banned


Here are some posts on these topics:-

http://http://tigabyte.com/forums/viewtopic.php?f=22&t=100

http://http://tigabyte.com/forums/viewtopic.php?f=22&t=19


Note, there is a small demo project bundled with HyperNext that shows how handle User Registration.
Title: Re: How To Do A Trial Version Software?
Post by: Jeff on March 08, 2011, 01:33:34 AM
Can it be possible to do a expiry date software without placing the serial numbers?

I'm thinking of placing the expiry date code in a button and at the same time this button will bring you to the next card (Goto Card2). What is the code for this?

Thanks.