Do you want to monitor system events or processes?

In general, ctypes.windll.user32.SetWindowsHookExA or
ctypes.windll.kernel32 help, but I would suggest using lower level
languages like C/C++..

On Fri, Sep 7, 2012 at 3:42 PM, Noufal Ibrahim <nou...@nibrahim.net.in>wrote:

> Nitin Kumar <nitin.n...@gmail.com> writes:
>
> > Hi All,
> >
> > I want to get a control to python before a file start downloading using
> any
> > explorer or download manager.
>
> Can you elaborate a little? Are you talking about the file being
> accessed on a server by a remote client? Where is your program running?
>
> > Do we have any module or sample code to do the same.
>
> --
> Cordially,
> Noufal
> http://nibrahim.net.in
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 

Chetan
http://technobeans.com
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to