SourceForge.net Logo

Support This Project


  g    CaptureDll .



Event void callback1 = function{ somecode };

Example

calback1 = buttonCall;

function buttonCall(e)
{

window.hide();

}

Fires when the user depressed the first button on the windows toolbar. All the callbacks, callback1 thru callback10 Work the same. This make the toolbar buttons user scriptable! callback10 fires when the user clicks the last button on the toolbar.