Custom Dialog Boxes

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
Austin1
Posts: 6
Joined: Thu Jul 18, 2013 7:45 pm

Custom Dialog Boxes

Post by Austin1 »

Hi, just a quick question. My application is based on .net c#. Can I build the registration Dialog boxes in c# and integrate them with Enigma and get the user input on these newly custom dialog boxes but on the background I want to use Engima Engine to validate the input.

Would this be possible ?

Thanks
Austin
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: Custom Dialog Boxes

Post by Enigma »

Yes sure, it is possible, moreover, the scheme you are asking is released in Enigma Protector in a very flexible way.

There is a set of Enigma API functions that allows to check the license key, check trial and so on. I recommend you to take a look at the Examples subfolder of Enigma Protector installation folder.

For example, you may check the key using EP_RegCheckAndSaveKey, check trial using EP_TrialDays and so on.
Austin1
Posts: 6
Joined: Thu Jul 18, 2013 7:45 pm

Re: Custom Dialog Boxes

Post by Austin1 »

Thanks a lot, I will give it a try.
Post Reply