mxProtector



Hi, someone use mxProtector to create a trial application?

I read a lot of help about but I don't know how to use it right.

I use the component to show trial form and for my serial registration
I use my code.

So I don't know where to put the "if registered then dont show trial
window"???

I suppose I must just set the component property "poAutoInit" to false and
do it by hand on form event OnCreate like:

if MyRegistered then StartApplication
else mxProtector.Init;

Is that right?

thanx for any help


.