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

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -