View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan Hatola Dan Hatola is offline
external usenet poster
 
Posts: 42
Default Web Browser Control - Fit Image to Window

I have a web browser control on my spreadsheet. I can display an image from
a url in the browser, but I can't seem to find a way to get image to
automatically size to fit the browser window. This seems like it would be
easy, especially since this is the default behavior when I acutally open an
IE window.

Another option for me would be to somehow take the image from the web
browser and transfer it to an image control which I can manipulate more
easily.

Any help would be greatly appreciated.