Joe,
If something else is not listening on that port, then you can use the
Socket class and accept connections on that port.
If something else IS listening on that port, then you will have to write
a WINSOCK driver/hook which will allow you to intercept the messages as they
come in on the port.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hey guys,
>
[quoted text clipped - 7 lines]
>
> Joe