thanx :)
On 8 Sep., 17:44, Raghupathi Kamuni <raghukam...@gmail.com> wrote: > http://www.codeproject.com/KB/threads/ApplicationCheck_CS.aspx > > The code in the above link lists all visible applications and all > running processes, but it lists only the first instance. > For e.g it lists only the first document opened in winword though many word > documents are open. > > On Tue, Sep 8, 2009 at 11:24 AM, ask <ask...@gmail.com> 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