OK, if so, then you do not need a keys generator, you need an example of the program with registration dialog.
By the way, why do you want to build a custom registration dialog? If you check Enigma Protector, the feature Registration Features - Registration Dialog, there is a Design button. Click it to view the designer for a registration dialog. You can customize it and use for your application. In this case no coding skills are required.
Does it help, or you still need custom registration dialog?
See my Form:
i need Copy button
I need paste button
i need clear button
i need help form to show
im created my costum form in delphi
but i dont know how can use in enigma project !
You canNOT use the form you build in Enigma Protector.
You could either:
1. use the Registration Dialog feature as I advised, it may also have a copy/paste buttons
2. you could make a registration dialog yourself, inside YOUR application, if you can make changes to it, using Enigma API function like EP_RegCheckAndSaveKey
3. create a separate application, like you are doing, check key using EP_RegCheckAndSaveKey, protect this simple program with the same protection project as the main program, so both of them will accept same key.
I'm sorry, this is everything that we can help. If you still do not understand the login, I recommend you to hire some developer who can make it for you.
Enigma wrote:You canNOT use the form you build in Enigma Protector.
You could either:
1. use the Registration Dialog feature as I advised, it may also have a copy/paste buttons
2. you could make a registration dialog yourself, inside YOUR application, if you can make changes to it, using Enigma API function like EP_RegCheckAndSaveKey
3. create a separate application, like you are doing, check key using EP_RegCheckAndSaveKey, protect this simple program with the same protection project as the main program, so both of them will accept same key.
I'm sorry, this is everything that we can help. If you still do not understand the login, I recommend you to hire some developer who can make it for you.
you can help me?
I will send you a + dll form and you will create an example for me?
It is possible?
please
I just do not understand what are you trying to do.
You did not tell us the main thing - what are you trying to protect? And why do you need this custom form, why the standard registration dialog is not suitable?