by SickAnimations (7 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(7 Votes)

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
Code Returns
Links to webpages, HTTP activity log entries, image lists, profiles, and images.
API DeclarationsPrivate 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
Upload
No comments have been posted about PicGrab2 Download all linked images from a webpage or webgallery Also a Web Crawler/Spider. Why not be the first to post a comment about PicGrab2 Download all linked images from a webpage or webgallery Also a Web Crawler/Spider.