Re: Capture IWebBrowser image (call IViewObject::Draw from a different thread)



On May 15, 2:07 am, "Igor Tandetnik" <itandet...@xxxxxxxx> wrote:
Why not do it the other way round: host each browser in its own worker
thread (which joins STA and runs a message pump), let these threads call
Draw and spend whatever it takes doing that. The main render loop would
use the most recent snapshot from each browser.

Well I was searching for the easier way, thanks alot for the
suggestion, that's what I will try to do.


---
Cheers,
George
.


Loading