Displaying image (JPEG, BMP etc.) fit to the internal browser
-
I am displaying an image in the internal web browser but as the image resolution is high, horizontal and vertical scroll bar are displaying. I want to display the image fit to the browser ie image resolution will be compressed according to browser size.How is it possible? Note: I am using VC++6 and ActiveX control.
-
I am displaying an image in the internal web browser but as the image resolution is high, horizontal and vertical scroll bar are displaying. I want to display the image fit to the browser ie image resolution will be compressed according to browser size.How is it possible? Note: I am using VC++6 and ActiveX control.
Are you using Internet Explorer as your browser component?
-Sarath. "Great hopes make everything great possible" - Benjamin Franklin
My blog - Sharing My Thoughts
-
Are you using Internet Explorer as your browser component?
-Sarath. "Great hopes make everything great possible" - Benjamin Franklin
My blog - Sharing My Thoughts
I am using WebBrowser2. It is added by using Microsoft Internet Explorer added from ActiveX control.