Thread
:
VB.NET HTTP Wrapper portation problems
View Single Post
29-07-2005, 00:07
#
14
LemonyBrainAid
Inactive
Join Date: Jul 2004
Location: 127.0.0.1
Services: 50MB Virgin w/ TiVo 1TB
Posts: 1,255
Re: VB.NET HTTP Wrapper portation problems
Managed to find the answer on MSDN
I had to substitute
Code:
HTTPWrapper.Refresh
with
Code:
Dim myWrapper As New HTTPWrapper myWrapper.Refresh()
LemonyBrainAid
View Public Profile
Find More Posts by LemonyBrainAid