No I am thinking about some screensaver, which shows snapshots as they are
generated.
I don't need a webbrowser control since i need to do additional analysis on
the content.

Signature
---------------------
Thanks
Rajiv Das
> The easiest way would be to have an application that display this in the
> browser and does a snapshot.
[quoted text clipped - 16 lines]
> > Thanks
> > Rajiv Das
Patrice - 13 Dec 2005 14:50 GMT
Not sure what you mean by comparing with screensavers
If you want to create a snapshot, you'll necessarily have to :
- grab the resulting HTML output
- use this output to create a picture. It could range from using an existing
borwser to grab the picture to creating your own rendering engine (of course
the formaer option is likely much easiert than the later)
- of course it will be time consuming if you want to perform this on all
those requests...
The whole picture may help. For example what kind of analysis do you need to
perform ? For now I don't understand why you need a picture of the rendered
image. Wouldn't it be enough to keep the HTML content as you can both
analyze the content (and much more easily depending what kind of analysis
this is) and to render this directly in whatever browser the user who needs
to get back at those data uses, rather than to present him a snapshot..

Signature
Patrice
> No I am thinking about some screensaver, which shows snapshots as they are
> generated.
[quoted text clipped - 22 lines]
> > > Thanks
> > > Rajiv Das