I'm trying to import HTTP gif's to a local VB picturebox
via execure GET or OpenURL with no success:
graphURL = "
Inet1.AccessType = icUseDefault
imgGraph.picture = Inet1.OpenURL(graphURL)
or
Inet1.Execute graphURL, "GET", imgGraph.Picture
what is the right way?
Thanks
via execure GET or OpenURL with no success:
graphURL = "
Inet1.AccessType = icUseDefault
imgGraph.picture = Inet1.OpenURL(graphURL)
or
Inet1.Execute graphURL, "GET", imgGraph.Picture
what is the right way?
Thanks