Link to home
Start Free TrialLog in
Avatar of howardsd
howardsd

asked on

Simple way to restrict functionality of MFC utility until serial # is applied

I have an MFC utiility in which I need to restrict certain functionality (disabling buttons and their procedures) until a serial # is provided.

Is there a simple class that will perform this, maybe using registry keys, or is the best method to purchase some third party utility?  If so, can you recommend one?

Avatar of grg99
grg99

The simplest and most secure way is to have them type the serial number into a web page and the page sends them a new library or executable with the extra features.
Avatar of jkr
Why reinventing the wheel? Check out http://www.codeproject.com/dialog/regdialog.asp ("Shareware registration dialog") - the article comes with full source code (http://www.codeproject.com/dialog/RegDialog/RegDialog_ogx.zip)
Avatar of howardsd

ASKER

Check out http://www.codeproject.com/dialog/regdialog.asp ("Shareware registration dialog") - the article comes with full source code (http://www.codeproject.com/dialog/RegDialog/RegDialog_ogx.zip)

***************

The source code for those projects are corrupt.  Might anybody have it?

I understand the concept, but was hoping for something a little more robust.  How can I provide a different serial number to each different customer so that serials can't be shared?
I found an alternate location for the above project files.
ASKER CERTIFIED SOLUTION
Avatar of mahesh1402
mahesh1402
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial