|
-
Mar 5th, 2007, 05:44 PM
#1
Thread Starter
Hyperactive Member
is it possible to store info in code
I was wondering if it is possible information in a program eg. license key
instead of storing it in a text file or the registry.
If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.
If you fail, try and try again, its the only way to success.
-
Mar 5th, 2007, 05:57 PM
#2
Fanatic Member
Re: is it possible to store info in code
You can only store information into variables/arrays until the program is unloaded.. The only other way other then putting it into a file is to make a program that stays hidden in memory that holds the info. But the only problem with that is if that computer is rebooted, the info is gone unless that program saves the information to a file or the registry
-
Mar 5th, 2007, 07:40 PM
#3
Re: is it possible to store info in code
Sure you can. You can put it in a resource file and include it in the exe. You really should encrypt it first though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|