Page 1 of 2

How can i use form in Enigma?

Posted: Tue Oct 03, 2017 1:00 pm
by alendolen80
Hi im created one form in delphi
Image
How can i use in my enigma project?
What should i do with this files?
Thanks

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 2:58 pm
by alendolen80
Pleas help me!! :((

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 3:31 pm
by alendolen80
Who can help me?
I do not know how to use the form I made in Delphi in Enigma
Please tell me step by step in simple language

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 4:03 pm
by Enigma
Can you please let us know what are you trying to do at all?

Do you need a keys generator for own project, right?

Or you need to develop a project that you need to protect?

Can you explain what exactly you are trying to do? Overall picture of what are you doing?

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 4:41 pm
by alendolen80
Yes
i want creat costum registration dialoge
this is my form Image
how can i use this form in my enigma project for protect my file?

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 5:26 pm
by Enigma
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?

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 5:28 pm
by alendolen80
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 !

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 6:29 pm
by Enigma
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.

Re: How can i use form in Enigma?

Posted: Tue Oct 03, 2017 6:56 pm
by alendolen80
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

Re: How can i use form in Enigma?

Posted: Wed Oct 04, 2017 6:39 am
by Enigma
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?