[RESOLVED] [2008] Winsock...
This is very strange...
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)
I get this weird error:
Exception from HRESULT: 0x800A9C46
Any ideas/fixes?
Re: [RESOLVED] [2008] Winsock...
Yep =). I found some code by some guy called Athiest or something. His code worked fine. Thank you though.
Wow, new technology, lol.