Re: Re: Re: Register Control
Quote:
Originally posted by The Hobo
That's not what I'm intending to do. Not register the control as in with the system. I want my customers to register (as in buy and enter a registration) key for my control. And I wanted to know if there was a way to save this information within the control itself?
Well, I use with my programs encrypted database named 'program name.key', where is included all information, like username, last working day, options, update posibilites in internet, etc. and also check sum, if someone change even one character, then program stop working. If there is no key file, then program works only on demo mode next 30 days. I hide some information to registerbase, than unloading and reloading do not help get it longer use.
Hope this gives some ideas to build some system for handling your situation. The limit is only on imagination