For some reason when i run winsock and use
sock1.Connect startip.Text, Module1.Port
I get a error of 40020 'invalid operation at current state' and i dont know why can anyone help?
I appreciate it..
Printable View
For some reason when i run winsock and use
sock1.Connect startip.Text, Module1.Port
I get a error of 40020 'invalid operation at current state' and i dont know why can anyone help?
I appreciate it..
Before that, put the following:
If Sock1.State <> sckClosed Then Sock1.Close
Sock1.LocalPort = 0
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
It still doesnt work when i do put that infront of it..
Any other ideas?