Page 1 of 1

Registration window trigger

Posted: Tue Jun 13, 2023 12:31 pm
by zooid
How to make Registration window that asks for registration not appear upon loading a dll in memory but when a function/method/class is used that is coming from that protected DLL?

Re: Registration window trigger

Posted: Wed Jun 14, 2023 3:31 pm
by Enigma
Hi, on the Registration Features - Registration Dialog panel disbale the option that says "Show if unregistered", so protection won't show the dialog at all. Instead, inside of dll, in necessary method, call Enigma API function EP_RegShowDialog (also, you can manage saving/loading/validation of license key using Enigma API functions like EP_RegLoadAndCheckKey and EP_RegCheckAndSaveKey).

Re: Registration window trigger

Posted: Fri Jun 21, 2024 9:43 am
by Karb10
Enigma wrote: Wed Jun 14, 2023 3:31 pm , call Enigma API function EP_RegShowDialog
how show this dialog, if limitation by days count expired?

Re: Registration window trigger

Posted: Mon Jun 24, 2024 8:26 am
by Enigma
Karb10 wrote: Fri Jun 21, 2024 9:43 am how show this dialog, if limitation by days count expired?
If you are talking about days limited registration keys, then when the key is expired, program becomes unregistered, so if the option "Registration Features - Registration Dialog - Show if unregistered" is checked, the dialog will appear at program start.

Re: Registration window trigger

Posted: Mon Jun 24, 2024 4:41 pm
by Karb10
Enigma wrote: Mon Jun 24, 2024 8:26 am
Karb10 wrote: Fri Jun 21, 2024 9:43 am how show this dialog, if limitation by days count expired?
If you are talking about days limited registration keys, then when the key is expired, program becomes unregistered, so if the option "Registration Features - Registration Dialog - Show if unregistered" is checked, the dialog will appear at program start.
Key not activated yet. I clicked try button on registration dialog.

1) how many time this try button works?

2) after "try" time ending, how show standart registration dialog with hardware id \ name \key inputs

Re: Registration window trigger

Posted: Tue Jun 25, 2024 6:45 am
by Enigma
Are you using Trial Control - Limitation by Days?

You can use the following options in registration dialog, you can even show the registration dialog before the trial expires:
regdia.png