This program connects to http://kittens.sytes.org/ and downloads all their cute kitten pictures.
The program is nice commented and easy to understand.
Feedback, bug reports and suggetions, greatly appreciated
Submitted On | 2004-09-14 14:51:04 |
By | Mike Kosmatopoulos |
Level | Beginner |
User Rating | 4.8 (24 globes from 5 users) |
Compatibility | VB 6.0 |
Category | Internet/ HTML |
World | Visual Basic |
Archive File | Download_11793559142004.zip |
Private Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long 'Api to download a file