Hi All,
I use the example of Get HardwareID of Enigma protector but i can not see serial. The text box serial is empty.
private void frmMain_Load(object sender, System.EventArgs e)
{
tbHardware.Text = Enigma_IDE.EP_RegHardwareID();
OnRegistration(Enigma_IDE.EP_RegLoadAndCheckKey());
}
The textbox tbHardware is empty.
Please support to me. Thanks you very much
Enigma_IDE.EP_RegHardwareID doesn't work
-
Phan Van Tiep
- Posts: 2
- Joined: Fri Sep 21, 2012 10:59 am
Re: Enigma_IDE.EP_RegHardwareID doesn't work
Hi Phan Van Tiep,
This is very simple issue. Enigma API become to work only after you protect the file. So without protection this function won't return nothing, but after protection it will return a valid string.
Please let me know if this helps.
This is very simple issue. Enigma API become to work only after you protect the file. So without protection this function won't return nothing, but after protection it will return a valid string.
Please let me know if this helps.
-
Phan Van Tiep
- Posts: 2
- Joined: Fri Sep 21, 2012 10:59 am
Re: Enigma_IDE.EP_RegHardwareID doesn't work
Ok, thanks you very much.
