
Date/time of last modification for an URL
Quote:
> There are free internet services that will email you whenever a
> webpage you've specified has changed.
No, thanks
Quote:
> But if you want to do it yourself, checking dates isn't reliable. I
> would try pulling in the page source using the inet control
I want to perform the equivalent of
"MicroSoft Internet Transfer Control V6"
with .GetHeader("Last-modified")
but using API
It is probably this one, but I get something wrong
Private Declare Function InternetOpenUrl Lib "wininet.dll" _
Alias "InternetOpenUrlA" _
(ByVal hOpen As Long, _
ByVal sUrl As String, _
ByVal sHeaders As String, _
ByVal lLength As Long, _
ByVal lFlags As Long, _
ByVal lContext As Long) _
As Long