Thanks, but it doesn't work in windows forms. I get the "Invalid parameter
used" error message.
> One way is to use the method described in this
> example (i.e., Thumbnail Generator Web Service):
[quoted text clipped - 3 lines]
> > Anyone? Bueller? Seriously, any way to capture output from a browser
> > control and render the stream to an image? TIA.
Michael Phillips, Jr. - 26 Oct 2005 00:11 GMT
That example used to work when Microsoft exposed a neat
IExtractImage Interface for html files.
It is no longer supported!
However, you can try this method:
http://www.codeproject.com/internet/htmlimagecapture.asp?df=100&forumid=37033&ex
p=0&select=1076691
> Thanks, but it doesn't work in windows forms. I get the "Invalid
> parameter
[quoted text clipped - 7 lines]
>> > Anyone? Bueller? Seriously, any way to capture output from a browser
>> > control and render the stream to an image? TIA.