Page 1 of 1
how can i do this one
Posted: Sat May 26, 2012 4:29 am
by gxt
i want to put enigma protector
registration dialog on my vb.net 2010 program
how can i do that
like this one

\
thnxxxxxx
Re: how can i do this one
Posted: Sat May 26, 2012 9:17 am
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.
Re: how can i do this one
Posted: Sun May 27, 2012 2:46 am
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

Re: how can i do this one
Posted: Sun May 27, 2012 5:59 pm
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)\".
Re: how can i do this one
Posted: Mon May 28, 2012 9:27 am
by gxt
nope
i've open the project in Vb.net sir
Re: how can i do this one
Posted: Tue May 29, 2012 6:30 am
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.
Re: how can i do this one
Posted: Fri Jun 01, 2012 7:08 am
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
Re: how can i do this one
Posted: Sat Jun 02, 2012 6:56 am
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
Re: how can i do this one
Posted: Thu Aug 27, 2020 9:40 pm
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