Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
-
gxt
- Posts: 4
- Joined: Sat May 26, 2012 4:24 am
Post
by gxt » Sat May 26, 2012 4:29 am
i want to put enigma protector
registration dialog on my vb.net 2010 program
how can i do that
like this one

\
thnxxxxxx
-
Enigma
- Site Admin
- Posts: 2630
- Joined: Wed Aug 20, 2008 2:24 pm
Post
by Enigma » Sat May 26, 2012 9:17 am
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
Post
by gxt » Sun May 27, 2012 2:46 am
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

-
Enigma
- Site Admin
- Posts: 2630
- Joined: Wed Aug 20, 2008 2:24 pm
Post
by Enigma » Sun May 27, 2012 5:59 pm
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
Post
by gxt » Mon May 28, 2012 9:27 am
nope
i've open the project in Vb.net sir
-
Enigma
- Site Admin
- Posts: 2630
- Joined: Wed Aug 20, 2008 2:24 pm
Post
by Enigma » Tue May 29, 2012 6:30 am
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
Post
by gxt » Fri Jun 01, 2012 7:08 am
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
-
abdozamek25
- Posts: 4
- Joined: Sun Aug 23, 2020 1:56 am
Post
by abdozamek25 » Thu Aug 27, 2020 9:40 pm
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