Search found 5 matches

by DoctorJellybean
Thu Aug 05, 2010 7:29 am
Forum: Basic
Topic: Design own registration screen in Delphi?
Replies: 12
Views: 48198

Re: Design own registration screen in Delphi?

Think I need some more coffee :D I've just tried it and it works :) However, Norton AntiVirus 2011 flagged the protected file as a possible virus :o http://i36.tinypic.com/rrobwj.jpg Users are not going to be impressed when they see that :( I'm going to try and run it outside program files folder an...
by DoctorJellybean
Thu Aug 05, 2010 6:51 am
Forum: Basic
Topic: Design own registration screen in Delphi?
Replies: 12
Views: 48198

Re: Design own registration screen in Delphi?

Somehow I missed this in the manual ... Warning: the Enigma API takes effect only after protection of the file! Do not forget to protect file before using. :( So I have to protect the application with the Enigma program, then use the API to deal with registration inside my program? Also, and I'm sur...
by DoctorJellybean
Wed Aug 04, 2010 8:34 pm
Forum: Basic
Topic: Design own registration screen in Delphi?
Replies: 12
Views: 48198

Re: Design own registration screen in Delphi?

It is confusing, and I'm using Delphi 2010. These are the files in the Examples\HardwareID\Delphi folder http://i36.tinypic.com/28lqlok.jpg and this is the FormShow even code procedure TfrmMain.FormShow(Sender: TObject); var pcName, pcKey : PAnsiChar; begin eHardware.Text := string(EP_RegHardwareID)...
by DoctorJellybean
Wed Aug 04, 2010 2:28 pm
Forum: Basic
Topic: Design own registration screen in Delphi?
Replies: 12
Views: 48198

Re: Design own registration screen in Delphi?

Thanks for reply.

I saw the Delphi SDK but there doesn't seem to be a manual/help for the SDK? So don't know how to install or use it .... will have another look.
by DoctorJellybean
Wed Aug 04, 2010 11:24 am
Forum: Basic
Topic: Design own registration screen in Delphi?
Replies: 12
Views: 48198

Design own registration screen in Delphi?

Is it possible to design a custom registration screen in Delphi, instead of the Enigma application? If the user clicks a Register button on my form, that it displays the hardware ID. Also an edit box for user name and supplied key. I've looked at the samples and documentation, but there isn't anythi...