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 ...
Search found 4 matches
- Thu Dec 05, 2013 6:07 pm
- Forum: Plugins
- Topic: Plugin OnShowRegistrationDialog
- Replies: 3
- Views: 21898
- 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 ...
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 ...
- Wed Dec 04, 2013 6:17 pm
- Forum: Plugins
- Topic: Plugin OnShowMessage
- Replies: 3
- Views: 21745
Re: Plugin OnShowMessage
Thanks, I'm using a case statement as it's a little easier to maintain
- Tue Dec 03, 2013 9:40 pm
- Forum: Plugins
- Topic: Plugin OnShowMessage
- Replies: 3
- Views: 21745
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 ...
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 ...
