VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

PicGrab2 Download all linked images from a webpage or webgallery Also a Web Crawler/Spider

SickAnimations  (7 Submissions)   Internet/HTML   Visual Basic 5.0   Advanced   Wed 3rd February 2021

Ever wanted to download all of the images on a WebGallery, but there were far too many images to be bothered? PicGrab will do that work for you!
This program uses MSWINSCK.OCX and my HTTP Class Module, to get the source for a webpage, and scans the HTML code for links using my HTTP Module, and puts the links in the appropriate list. You can use this on a WebGallery portal, because PicGrab can visit all links to other webpages found in a webpage and get pictures from them as well. You can download all 'grabbed' pictures at once using the same unique (fully customizable) naming system used in the first version of PicGrab. Error trapping is top-notch.
The GUI is very neat and professional. Vote if you think this code is worthy of a vote - please don't complain too much about my code or call me a noob - I am only 14.

Inputs
URL(s), Grab Settings, File Output Settings

Returns
Links to webpages, HTTP activity log entries, image lists, profiles, and images.

API Declarations
Private Declare Function GetTickCount Lib "kernel32"() As Long
Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal x As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long

Rate PicGrab2 Download all linked images from a webpage or webgallery Also a Web Crawler/Spider (7(7 Vote))
PicGrab2 Download all linked images from a webpage or webgallery Also a Web Crawler/Spider.bas

PicGrab2 Download all linked images from a webpage or webgallery Also a Web Crawler/Spider Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters