Hi I would like to make a small program listing running programs on my computer - this seems simple. But I would also like to detect their connections, ex.: I detect a running Internet Explorer (or other browser), but I would like to know which websites it is visiting. Another example; I detect Word is running, and would like to know what document(s) it is working with. Is it possible to query the http- protocol to discover online connections? And how about programs that open local resources? So, listing running programs and their connections is what I want to do - and do I have to poll for it or is there better ways of watching these processes?
Thanx Ask
