Answer the question
In order to leave comments, you need to log in
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
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;
It is best to use some ready-made tool. Here's a lot of advice: stackoverflow.com/questions/2290324/tool-for-licen...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question