W
W
web_dev20142015-08-19 15:56:14
Delphi
web_dev2014, 2015-08-19 15:56:14

How to make a licensing system in delphi?

How to make a licensing system in delphi?
I give an example. When you start the program, a window appears, and the hwid of the computer is written in it. And the "authorize" button, when pressed, a request is sent to the database on the site, and if hwid = hwid in the database, then another form is launched. If not equal, then the "no license" window pops up.
Thank you in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Fedoryan, 2015-08-19
@AnnTHony

Add 3 units:
1 - authorization
is in the database: appears 2 - the window of the registered program
is not in the database: appears 3 - a window with a message about the need for a license and Application.Terminate;

Z
zed, 2015-08-20
@zedxxx

It is best to use some ready-made tool. Here's a lot of advice: stackoverflow.com/questions/2290324/tool-for-licen...

A
Archakov Dennis, 2015-09-01
@archakov06

In any case, your "license" will be grunted.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question