Capture an HTML document as an image

G

Guest

I am trying to build a VB.net application that converts an html file (grabbed
of a user specified url) into an image. I found out the following article on
the web which explains how to do it using C++:
http://www.codeproject.com/internet/htmlimagecapture.asp
However, I do not understand C++ at all and I am having a tough time using
GDI+. All I have figured out up to now is how to use MSHTML to load the html
of a URL. Can someone help me with explaining how to use GDI+ to convert the
HTML into an image (bitmap is just fine)?


thanks

dd
 
C

Cor Ligthert

ddd,

We have seen this message from you (and from others about this) so often in
this newsgroup. When somebody had it working and is willing to supply it to
you, you would have had it already in my opinion. There is a commercial
product that does this, do you think they made it to give it for free to
you?

When you want to make it, you should probably do it yourself and when you
have it ready, than show us the code please, I am interested too.

Cor
 

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