Code:
        Dim asdf As Sockets.TCP.TCPConnection
        asdf.Connect("mydomain.com", 23)
compiles with the error
Code:
Additional information: Object reference not set to an instance of an object.
what does that error mean?
hmm
thanks
karthic