Re: [python-win32] subtree problem with ReadDirectoryChangesW

2007-01-15 Thread Tim Golden
Roger Upole msn.com> writes: > > Also, try using a larger buffer size. The function returns successfully > if the buffer is too small without placing any results in the buffer. > At several dir levels down, you're probably exceeding the 50 byte > size specified. I've posted a working example h

[python-win32] How to restart the shell?

2007-01-15 Thread Dick Moores
I'm just trying out PythonWin 2.5, and can't figure out how to restart, or refresh the shell. Is there a way? Thanks, Dick Moores ___ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] How to restart the shell?

2007-01-15 Thread Mark Hammond
> I'm just trying out PythonWin 2.5, and can't figure out how to > restart, or refresh the shell. Is there a way? It depends on what you mean exactly by "refresh". The SHChangeNotify function can often be used to tell the shell about a change and its views will refresh accordingly. What exactly

Re: [python-win32] How to restart the shell?

2007-01-15 Thread Dick Moores
At 01:41 PM 1/15/2007, you wrote: > > At 02:21 AM 1/15/2007, you wrote: > > > > I'm just trying out PythonWin 2.5, and can't figure out how to > > > > restart, or refresh the shell. Is there a way? > > > > > >It depends on what you mean exactly by "refresh". The SHChangeNotify > > >function can of