Posted by member 37809 on 2004-03-25 21:52:21 link

You can do something like:
<BoxName>OnCreate !execute [!VWMLoadBoxHook : {@ih}][!LabelLsBoxHook SomeLabel : {@ih}]


And to hook a skinbox named "Inside" to another,
TheParentBoxOnCreate !SkinBoxLoadBoxHook name=Inside : {@ih}
        (this "Inside" box is created implicitly)

The only module I don't think you can hook is layercuts, since.. it appears you have to define your hooked 'cuts inside a .box file.