|
-
Nov 23rd, 2006, 04:23 PM
#1
Thread Starter
Frenzied Member
Need object array or objects in a collection with events
I can't get my head around the way .net does control arrays.
I have two user controls(winsocks) in the form tray, one for listening for connections at all times. And the other will accept a client, when something connects to the first socket. So i need the second sock as a control array or some type to allow multiple clients to be connected. It needs to create a clone of winsock2 at runtime which will then accept the client
How can I do this in .net? In VB6 it was easy, just a simple control array. I need for the code in the events to apply to all the new winsocks that are created at runtime.
Thanks all
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
|