|
-
Nov 28th, 1999, 09:34 AM
#1
Thread Starter
Member
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..
-
Nov 28th, 1999, 10:07 AM
#2
Hyperactive Member
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
-
Nov 28th, 1999, 11:14 AM
#3
Thread Starter
Member
It still doesnt work when i do put that infront of it..
Any other ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|