Search Results

Search found 1 results on 1 pages for 'patternsofchaos'.

Page 1/1 | 1 

  • Is there any way to use imagegrabwindow() with Firefox or Chrome?

    - by patternsofchaos
    I'm trying to generate website thumbnails programatically in PHP. To do this, I'm using imagegrabwindow() with a COM object: $browser = new COM("InternetExplorer.Application"); $handle = $browser->HWND; $browser->Visible = true; $browser->Navigate($pre.$URL); while ($browser->Busy) { com_message_pump(4000); } $img = imagegrabwindow($handle); What I'm wondering is if there is any way to do the same thing with Firefox or Chrome? Can I invoke either of them with PHP COM?

    Read the article

1