Useful TCP COM object...but it doesn't work!

comicbookguy

New member
Joined
Jan 7, 2003
Messages
1
The folks at VBcity.com suggested I post this here.

Id never seen this ShotIP COM before but its very useful as it combines a bunch of HTTP and SMTP functions in one, and will work great for my application.

Unfortunately I cant get it to work. When I run the sample code from the ShotIP Web page I get the following error when I access the tcpip.http data structure with

blah = tcpip.http.FetchData(url)

An unhandled exception of type System.MissingMemberException occurred in microsoft.visualbasic.dll

Additional information: Public member FetchData on type Iconnection not found.

Any pointers would be welcome
 
Back
Top