|
-
Mar 15th, 2001, 09:27 AM
#1
Thread Starter
Hyperactive Member
How can I pass a winsock control to a class???
-
Mar 15th, 2001, 09:46 AM
#2
Fanatic Member
can't you just have it as a parameter?
public sub doWhatever(socket as winsock)
socket.listen ' or whatever?
end sub
Or is that too simple?
-
Mar 15th, 2001, 10:18 AM
#3
Thread Starter
Hyperactive Member
but I get an error,
what i am actually doing is that i am passing an array of winsock controls to and array of a class.
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
|