Jag får följande fel:
Winsock probbs...
Svara
Wrong protocol or connection state for the requested transaction or request.
Vad har jag gjort för fel?
Jag har wn MSWinsck komponent som heter "server" (TCP)
<code>
Dim str AS String
str = "test"
With server
.RemoteHost = "localhost"
.RemotePort = 1285
.Connect
.SendData str
End With
</code>