Search found 4 matches

by Kymoto
Thu Dec 05, 2013 6:07 pm
Forum: Plugins
Topic: Plugin OnShowRegistrationDialog
Replies: 3
Views: 21898

Re: Plugin OnShowRegistrationDialog

Using the CreateNew function has allowed me to create the new form which in turn has I can do what I wanted to do with the form (override the Creation, CreateParams & CreateWnd).

With the original dialog I was creating the controls from code anyway, so it just required a quick copy & paste

Thanks ...
by Kymoto
Wed Dec 04, 2013 6:23 pm
Forum: Plugins
Topic: Plugin OnShowRegistrationDialog
Replies: 3
Views: 21898

Plugin OnShowRegistrationDialog

Hi,

I am trying to show my own custom form using the OnShowRegistrationDialog plugin function however when the function is called I am getting the following error message:

---------------------------
The Enigma Protector
---------------------------
Internal Protection Error, please contact to ...
by Kymoto
Wed Dec 04, 2013 6:17 pm
Forum: Plugins
Topic: Plugin OnShowMessage
Replies: 3
Views: 21743

Re: Plugin OnShowMessage

Thanks, I'm using a case statement as it's a little easier to maintain
by Kymoto
Tue Dec 03, 2013 9:40 pm
Forum: Plugins
Topic: Plugin OnShowMessage
Replies: 3
Views: 21743

Plugin OnShowMessage

Hi,

I am creating a plugin to override the way messages are shown (would like to use the standard Windows message dialog/ Task dialog), but I'm not sure how to get the message text to be shown as the OnShowMessage function is using an integer as the parameter

function Enigma_Plugin_OnShowMessage ...