Code:
Winsock1.RemoteIP = "127.0.0.1"
Winsock1.RemotePort = 1000
Winsock1.Connect

Dim MyMessage as String
MyMessage = "Hello, My Name Is Steve"
Winsock1.SendData MyMessage
I get an error on the last line of that code. Why?