Hey there,

I'm writing a program that notifies the user when process X.exe starts\receives a new TCP connection.

Is the only way to issue a full 'netstat' and then select the entries relating to that specific application or is there a better way?

Can someone give me some pointers?

Thanks!