How can i use form in Enigma?

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
alendolen80
Posts: 13
Joined: Sun Oct 01, 2017 8:33 am

How can i use form in Enigma?

Post 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
alendolen80
Posts: 13
Joined: Sun Oct 01, 2017 8:33 am

Re: How can i use form in Enigma?

Post by alendolen80 »

Pleas help me!! :((
alendolen80
Posts: 13
Joined: Sun Oct 01, 2017 8:33 am

Re: How can i use form in Enigma?

Post 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
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: How can i use form in Enigma?

Post 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?
alendolen80
Posts: 13
Joined: Sun Oct 01, 2017 8:33 am

Re: How can i use form in Enigma?

Post 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?
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: How can i use form in Enigma?

Post 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?
alendolen80
Posts: 13
Joined: Sun Oct 01, 2017 8:33 am

Re: How can i use form in Enigma?

Post 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 !
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: How can i use form in Enigma?

Post 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.
alendolen80
Posts: 13
Joined: Sun Oct 01, 2017 8:33 am

Re: How can i use form in Enigma?

Post 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
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: How can i use form in Enigma?

Post 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?
Post Reply