Page 1 of 1
help please
Posted: Mon Nov 26, 2012 10:24 am
by god-of-w3apons
hy m new in enigma ... i have made many vb6 applications..i want to create good protctn by using enigma... i want to make a keygen means in tool show hard drive and i can register it and user can use it... i tried using this soft...m new in it didnt understood how to make can u help me admin bro?
Re: help please
Posted: Mon Nov 26, 2012 10:51 am
by Enigma
Hi,
Firstly, you need to make an ability for end user to enter the registration name and key and register. This can be done by enabling the option Registration Features - Registration Dialog. If you protect the file with this feature, the file will show a registration dialog at startup and ask to register (there will be also shown a Hardware ID, unique computer identifier, you may use it to lock license to a PC if you wish it).
Next step, you should generate a key for a user. For this, you should open your project file in Enigma Protector, go to main menu - Tools - Keys Generator, and create a key there. You also can export this keys generator to a separate file.
There are really many ways how you can generate keys, I could also suggest you other ways, if you do not like previous one.
Re: help please
Posted: Mon Nov 26, 2012 11:07 am
by god-of-w3apons
bro i have 2 applications ... i want to make when clicked on trial comes next app with trial features and when registration clickd then comes with full versn... i have both in 1 app in vb6 two form .. i want it make load form1 when clicked on trial and load form2 when registered... if its not possible then i can compile those two form in 2 applicatin...is it possible bro?
Re: help please
Posted: Mon Nov 26, 2012 11:10 am
by Enigma
Yes, it is possible. You may check if the program is registered or no by calling Enigma API functions. For example, the function EP_RegLoadAndCheckKey will return you if the application is registered or no (and so you will make necessary action, i.e. go to proper form).
There are many examples how to use Enigma API and for VB6 too. Take a look at the folder "The Enigma Protector\Examples\Registration\VB\"
Re: help please
Posted: Mon Nov 26, 2012 2:39 pm
by god-of-w3apons
sir can you come in my team viewer pls for a while?
Re: help please
Posted: Tue Nov 27, 2012 6:26 am
by Enigma
Please ask your questions here, in the forum. I think this information would be helpful for other people too.
Re: help please
Posted: Tue Nov 27, 2012 9:01 am
by god-of-w3apons
i dnt know anything in enigma...i know lil about vb6 i have made a tool in vb6..i want to make a security with enigma .. i mean i have two forms... i want to load form1 when clicked on trial and load form2 when register ... bro i tried ur vb6 demo project of enigma protectn but one questn.. i want to make registratn frm of engma but in vb6 it comes next type of desgine .. i want to have the enigma form desgine..

i dnt know anythin g can u post me a demo project
Re: help please
Posted: Tue Nov 27, 2012 10:47 am
by Enigma
If you do not want to make additional registration form, and just use the registration form of Enigma Protector, then I doubt it is possible to fix your problem.
It's very easy to enable registration dialog in Enigma Protector, it can be made by enabling the feature Registration Features - Registration Dialog. But once you keep registration, the main form of your application will be run.
So to satisfy your needs, you need to check the status of license your self, by calling Enigma API function, otherwise, there is no way to do that.