How can I handle winsock..?

Dear all,

I want to develop a program for IP redirection.

Some of famous Internet program haven't proxy setting configuration.

I want to used those programs with my proxy setting.

So, I need to redirect IP when those program send request to their parent site.

I try to used some of WinSock API to handle the winsock. I could know winsock's

status when a program is using winsock and opening port. But I don't know how to handle to redirect IP to my proxy server.

Can anybody help me please..?

(stupix)

[520 byte] By [stupix] at [2007-12-28]
# 1
Instead of using the winsock api you should look into the System.Net and System.Net.Sockets namespaces
DMan1 at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic IDE...