Capture WebPage as any Image format

G

Guest

Hi All,

We are working in a web application and we wanted to capture the full
webpage into an image file.

FULL WEBPAGE means, the page which is below the visibility of the screen and
you need to scroll down the page.

Am trying with GetActiveWindow MFC to gethold of the currnet window, but
could only read the visible area(length X width of the screen) but not the
page which is bellow the screen resolution.

Can some one suggest me a solution to capture any web page into any kind of
image format?

Anyhow, thanks for reading my post.
 
G

Guest

With in the code i found, "DrawToBitmap()" method. And also surprised to read
from the MSDN Library as, "This method is not intended to be used directly
from your code"

Can you help me in understanding as how you could do that. And one more
thing, "DrawToBitmap()" method is not from WebBroswer class, but from
WebBroswerBase class.

Am bit confused, can you explain little..

Anyhow, thanks for your reply.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top