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 every minute or is there better ways of watching these processes?
It must be able to run on MS Windows, but the programminglanguage is not important
Thanx
Ask