This is very strange...
I get this weird error:Code:Con_Win.Protocol = MSWinsockLib.ProtocolConstants.sckTCPProtocol Con_Win.RemotePort = "80" Con_Win.RemoteHost = "http://www.google.com" Con_Win.Connect() Data_To_Send = "GET \" & vbCrLf & vbCrLf Con_Win.SendData(Data_To_Send)
Exception from HRESULT: 0x800A9C46
Any ideas/fixes?




Reply With Quote