how can i do this one

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
gxt
Posts: 4
Joined: Sat May 26, 2012 4:24 am

how can i do this one

Post by gxt »

i want to put enigma protector
registration dialog on my vb.net 2010 program

how can i do that
like this one

Image
\
thnxxxxxx
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: how can i do this one

Post by Enigma »

Hi gxt,

This is possible to make.

You should not use standard registration dialog. Just create own registration dialog inside your application (for example, that will ask to enter name and key), and then, in the code, call Enigma API function EP_RegCheckAndSaveKey (or EP_RegCheckAndSaveKeyW for unicode) to check if the registration information is correct and save it.

I've attached SDK for VB.NET and also small example how to create such dialog in vb.net.
You do not have the required permissions to view the files attached to this post.
gxt
Posts: 4
Joined: Sat May 26, 2012 4:24 am

Re: how can i do this one

Post by gxt »

i'm just a beginner in vb.net

could you give me easy step by step intructions?

and also
i already download the attachment you attach
when i open the project
here's the error comes
Image
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: how can i do this one

Post by Enigma »

Everything is looking like you've opened this project as C# project and not VB. Please re-check this.

If you need C# sample, then take a look at the folder "The Enigma Protector\Examples\HardwareID\C# (.NET)\".
gxt
Posts: 4
Joined: Sat May 26, 2012 4:24 am

Re: how can i do this one

Post by gxt »

nope
i've open the project in Vb.net sir
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: how can i do this one

Post by Enigma »

Sorry, there was some problem in Enigma_IDE.vb.

The problem is solved, please download the attached version. With this file the project is compiling well.
You do not have the required permissions to view the files attached to this post.
gxt
Posts: 4
Joined: Sat May 26, 2012 4:24 am

Re: how can i do this one

Post by gxt »

i dont know how can i do it with my project
...
step by step tutorial please
i am a newbie in vb.net..

and also
how can i connect or generate keys if there will be no enigma generator keys in my application
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: how can i do this one

Post by Enigma »

gxt wrote:step by step tutorial please
Sorry, this is a programming deal, not a deal of protection, nothing I can help there.
gxt wrote:how can i connect or generate keys if there will be no enigma generator keys in my application
You may generate keys using keys generator inside Enigma Protector.
If you would like to have separated keygen then you should look for a CGI Keygen http://enigmaprotector.com/en/help/manu ... f6ec7d697d and Custom Keys Generator http://enigmaprotector.com/en/help/manu ... 2a5d8bab9f
abdozamek25
Posts: 4
Joined: Sun Aug 23, 2020 1:56 am

Re: how can i do this one

Post by abdozamek25 »

Sir i want to make a login form contains login button and textbox to input key
i want to make my own keypanel to use it in my vb.net program
also i want to use custom key method not this long key .
Thanks Enigma Team
Post Reply