Changed ProgID to "WebSnapshots.Snap.1". It's not necessary to uninstall the
previous version of webpagesnapshot
Started to use Microsoft VC7.0 for the compilation of the component
New ATL libraries are used
GdiPlus.dll has been removed from the distribution. Windows XP and 2003
distribute this library file by default. It's necessary to download this file
from Microsoft site for Windows 2000.
Fixed the memory leak problem when getting data with GetLinks method
Revised the logic inside the component
Changed the logic of SetTimeout and SetDelay methods
Changed processing logic of the pages that contain frames. Now the size is
specified with SetDefaultSize method
SetMinSize method sets the minimal size of the snapshot
Improved the system for disabling popup windows when allowing ActiveX and
Script
Added the feature to output data to a stream by using SaveToStreamPNG and
SaveToStreamJPEG methods. Added tonec.asp sample to demonstrate the usage of
these methods.
Added the feature to save all files downloaded from the Internet to a disk.
Added SetSaveFiles, SetDirectory methods, and GetWebPageFiles.vbs sample
Added googlemaps.vbs sample to get the map of Berlin by using Google Maps
Service.
Added VC++ 7.0 WPSSLite sample
Revised Spider sample for VB6.0
What's new in version WebSnapshot v2.0 beta (released Aug 9, 2005)
WebSnapshot 2.0 is out and available for download.
What's new in version 1.7 (released Mar 10, 2005)
Fix bug memory leak
Changed algorythm of a timeout
Added several new methods: GetStatus - reports error status, SetMinSize -
images will have minimal size, SetMaxSize images will have maximum size.
Added minsize.vbs example which demonstrate using of SetMinSize,
SetMaxSize and GetStatus methods.
Changed Spider VB 6.0 example, added new functionality. Added option to save and
load a list of URLs. Added function to generate a simple HTML page. Please note
the demo version has limitations on a number of extracted URLs.
Changed the installation procedure. Now�you do not need�to register the
component manually. You need just to run the installation file and wait for the
end of installation.
What's new in version 1.6 (released May 26, 2004)
Improved processing of frames. Now it is possible to so set dimension by default with the help of SetDefaultSize method.
Improved processing of flash. Added new SetDelay method for displaying of animation.
Added sample activex.vbs.
What's new in version 1.5 (released Feb 10, 2004)
The new version let you load Java scripts of an ActiveX application. Also added a feature to specify page load timeout, a feature to post form data and to specify cookies. Now you can set a clip rectangle when making a snapshot of
a page. Also new version can be used to get rid of the right scrollbar.