Results 1 to 3 of 3

Thread: is it possible to store info in code

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Question 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.

  2. #2
    Fanatic Member
    Join Date
    Jun 2001
    Location
    Oregon
    Posts
    643

    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

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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
  •  



Click Here to Expand Forum to Full Width