Rafaelinio Posted November 2, 2013 Posted November 2, 2013 For example, lets say i make a program that needs an activation code to work. If a user Enters the activation code, how can when he starts the program again, he doesn't have to put the activation code again?
Solution FireFox Posted November 2, 2013 Solution Posted November 2, 2013 You can write the registration code somewhere (e.g: regedit, file, ...) and read it to check if it's valid.
Rafaelinio Posted November 2, 2013 Author Posted November 2, 2013 (edited) so how can i do this? im still new, can you post an example of creating a reg file and reading it? Edited November 2, 2013 by Rafaelinio
FireFox Posted November 2, 2013 Posted November 2, 2013 Read the helpfile for the Reg* functions, there are examples for each of them. Br, FireFox.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now