New Registration Key Generation

L

Larry

Does anyone have any sample code that will figure out or generate a new
valid registration key for each setup?

If I make a setup application, I want each person to runs the setup
program to have a different Registration Key. Is there any sample code?

Any suggestions?

*** Sent via Developersdex http://www.developersdex.com ***
 
J

Jake Marx

Hi Larry,
Does anyone have any sample code that will figure out or generate a
new valid registration key for each setup?

If I make a setup application, I want each person to runs the setup
program to have a different Registration Key. Is there any sample
code?

Any suggestions?

You could use a GUID for your registration key, although that may be a bit
long for your users to type in. But a GUID is guaranteed to be unique.
Search for GUID and Excel, and you'll find some code to generate a GUID
using VBA.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top