On 2003-12-09, Matt <(E-Mail Removed)> wrote:
> Hello,
>
> I'm just recently moved up to .NET, and because in my old
> networked applications I used the Winsock control which
> vb.net doesnt support naturally, i dont want to use it
> anymore. So, I was poking around in the standard objects
> stuff, and i found that you can use the system objects
> supports sockets. i got very excited about this, and then
> i relized that it didnt provide support for listening to
> see if you have a new message in the buffer... does
> anyone know how to create it so that it works like the old
> winsock control...
>
> thanks in advance
> matt
Basically, your wanting the events... Well, you basically can get that
using asyncronous sockets in .NET. A good staring point for information
on using sockets in .NET is here:
http://msdn.microsoft.com/library/de...consockets.asp
--
Tom Shelton
MVP [Visual Basic]