Take a Snapshot for an Existing Web Browser
A new function named SnapWebBrowser has been added to HtmlCapture. The VC and C# samples are also given. This funtion is designed for taking a snapshot for an existing web browser. It works differently from SnapUrl in the following aspects,
- Runs no message loop and returns immediately.
- DOES NOT invoke any events.
- Functions like GetDocumentTitle, GetDocumentSource, etc. will not work for SnapWebBrowser.
February 13th, 2007 at 5:04 am
Is there any document about how to make HtmlCapture as a browser(IE and firefox) toolbar? I can’t find it.
February 17th, 2007 at 1:21 am
We have sent to you a sample which can make HtmlCapture as a IE Toolbar.
February 21st, 2007 at 5:16 pm
Is there a way to detect the full size of the HTML document so that it can be captured? Setting defaults hight and width of a browser window dosnt help me much when my client wants the engire page image, and does not wantt any white-space by me simply over-sizing the browser window.
February 24th, 2007 at 3:17 am
Sorry, the function you have metioned is not available in current version of HtmlCapture.