I'm displaying the MSIE browser control in my application, and that's
working fine, but I want to give a thumbnail-kind of view of a browser
window whose contents are changing (so it can't be just a
screenshot). Is there any way to do this?
The browser control has a zoom command, but that seems to only affect
text size.
One idea ... can I somehow intercept the "paint" command, and pass a
scaled DC to the control?
Thanks!
Chris