On Tue, Sep 8, 2009 at 1:54 AM, ask<[email protected]> wrote:
>
> 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
>

netstat offers this functionality, you could scrape the console for it:

http://www.codeguru.com/forum/archive/index.php/t-241826.html

∞ Andy Badera
∞ +1 518-641-1280
∞ This email is: [ ] bloggable [x] ask first [ ] private
∞ Google me: http://www.google.com/search?q=andrew%20badera

Reply via email to