peanutman
12-06-2004, 12:43 PM
i'm pretty new to VB.NET , and have a question i haven't found an answer for yet.
In VB6 if you added a Winsock control, it would have this event that is raised every time data arives at the sock.
i am now using sockets in VB.NET. i found out how to retrieve data at any time. but this is anoying since i can't predict when data is going to come.
isn't there a way that could make a socket raise an event or something every time data arives... it would make my life easier..
Reinout,
In VB6 if you added a Winsock control, it would have this event that is raised every time data arives at the sock.
i am now using sockets in VB.NET. i found out how to retrieve data at any time. but this is anoying since i can't predict when data is going to come.
isn't there a way that could make a socket raise an event or something every time data arives... it would make my life easier..
Reinout,