VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Locking Application. See how its done. Includes a key generator. Determines if its in IDE or EXE

Serge_G  (9 Submissions)   Complete Applications   Intermediate   Wed 3rd February 2021

This is a pretty simple example of how you can distribute your application as a shareware, and then sell the unlock-key to those interested in making a purchase. This app can also be formatted to give the user some time to test it before making the desicion to buy. The lock/unlock status is placed in the registry, in this case not well hidden, to make it easier for you to look-up. It should be placed in registry under a non-revealing name, and instead of registry value bieng changed from locked/unlocked, it should be something like 'H3ACE1<username>101325AAPPSTATUS'/'A1653E<username>80455EAPPSTATUS', to make it uneasy for registry-KnowItAlls to unlock.
*Using the LockingApp and key generator
When the application is in IDE mode, it will always include a button 'Get Key'. It will remain disabed until the username is entered. Then, by clicking Get Key button, you will get the key automatically entered in key textbox. Hit enter or Submit, and you are in. To reset the registration, goto menu->Options->Reset, and click OK.
When the application is compiled, the 'Get Key' button will disappear, so I included the key-generator. Just fire it up, enter name, click 'Generate' and thats all she wrote.
Remember, to reset registration menu->Options->Reset.
And dont be affraid to compile and run both, the app and keygen. You will see that the app. determines whether you are in IDE mode or .exe.
Thank you, Enjoy...

Rate Locking Application. See how its done. Includes a key generator. Determines if its in IDE or EXE (2(2 Vote))

Download Locking Application. See how its done. Includes a key generator. Determines if its in IDE or EXE

Locking Application. See how its done. Includes a key generator. Determines if its in IDE or EXE Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters