SourceForge.net Logo

Support This Project


  g    CaptureDll .



Properties height,width,top,bottom,left and right all return and int. they represent the select windows cornets on the screen. And are to be used with the capturewindowclose event

Example

capturewindowclose = myClose

function myClose(e)
{

pos = new Array(e.height,e.width,e.top,bottom,e.left,e.right);
restoreWindow();

}

Fire when the user closes the select window dialog