Getting a PHP COM object of the active window -
is there way reference active window using php com object?
i've never worked before, trying use imagegrabwindow() function , on php site demo using:
$browser = new com("internetexplorer.application");
which generates new ie window , can screencap of no problem. i'm working in chrome , want same result on current window. ideas?
this isn't realy answer, long comment.
i think missunderstood how demo works (correct me if i'm wrong, please). demo has nothing browser you're using open php site. com executes "internetexplorer.application" on server (so, ie hast installed there) , communicates that, not clients one. means (but i'm not sure) should possible other program installed on server.
Comments
Post a Comment